[try Beta version]
Not logged in

Beginners - April 2013 (Page 25)

find the largest number of user input
 
First we ask the user how many numbers he would like to input then he enters the numbers, then we fi...
Apr 22, 2013 at 6:39am
[8 replies] Last: My main problem is writing a code that finds the largest number give... (by eyenrique)
by zachp
ShowCase: Tic-Tac-Toe
 
Hello everyone! I just wanted to share my Tic-Tac-Toe plugin I just made. I'm new to C++, and it's...
Apr 22, 2013 at 5:32am
[1 reply] : Very nice... http://xoax.net/cpp/crs/console/lessons/Lesson9/ (by backslashx00)
complete beginner wanting to know a start point
 
hi guys, BACKGROUND i have made a database in access and a worksheet in excel the two of them i...
Apr 22, 2013 at 5:24am
[6 replies] Last: I've seen Qt-based code written in Mac or GNU/Linux compile in Windows... (by keskiverto)
output file as a global
 
I keep getting errors when trying to make an outputfile as a global. Here is the error: 19 C:\Dev-C...
Apr 22, 2013 at 5:16am
[6 replies] Last: I did open it in a function. You did in the loadarray function - bu... (by TheIdeasMan)
by zachp
Dungeon Crawler
 
The grid shows, and I have it move the first time; also sometimes when it should be invalid, it show...
Apr 22, 2013 at 5:12am
[3 replies] Last: Ok - that is quite a good effort - well done ! Just a couple of thing... (by TheIdeasMan)
Working on arrays?
 
Hello, I need help trying to find the smallest and largest number in a randomized array of 25 number...
Apr 22, 2013 at 4:43am
[2 replies] Last: Okay, I've tweaked my code, but I keep producing compiling errors? Not... (by bringer of poop)
URGENT!! Validate Date - user defined functions.
 
I am writing an program to validate the date. When I run the program, even the invalid dates (13/32/...
Apr 22, 2013 at 4:25am
[12 replies] Last: I changed switch statements to if statements to simplify the ckDate() ... (by sam20390)
not converting from hex to decimal
 
okay so ive been working on this code for a while yet i can cant get it to work properly. The code i...
Apr 22, 2013 at 3:49am
[5 replies] Last: well i need to basically convert my char charaters to integers. what t... (by ninthred)
Date check + EoF
 
Something in this code is giving me positive results (good date) when an incorrect date is entered. ...
Apr 22, 2013 at 3:18am
[1 reply] : fixed, just need to know how to end it on ctrl+z (by applesnstuff)
by yayu
Finding int in string
 
Is there a way to check what int a string has? For example, a string named "Choice" holds the value ...
Apr 22, 2013 at 3:18am
[8 replies] Last: @yanson sorry it was late at night and made the code example fast with... (by giblit)
While and For Statements
 
I have this code running without any errors, but it is not displaying the correct way and I can't fi...
Apr 22, 2013 at 2:40am
[9 replies] Last: ooh, I assumed he/she wanted them to be separate. Don't know why, sorr... (by yayu)
Organizing if statements
 
Hey guys. I've been having a bit of a problem writing to an output file. My goal is to have the firs...
Apr 22, 2013 at 2:38am
[no replies]
by ND04
Please Help With Random Number Generate Queue Pointer
 
I Am Slowly Learning To Understanding Queue Pointer, But I've Gotten So Lost While Implementing This...
Apr 22, 2013 at 2:15am
[no replies]
fgets
 
how can i allow a user to keep putting in a sentence until the user hits '#' to quit or enters 20 se...
Apr 22, 2013 at 2:01am
[no replies]
While and Do While statements
 
I am needing to rewrite this code to use a while statement for the outer loop and a for statement fo...
Apr 22, 2013 at 1:34am
[10 replies] Last: This is my code now...my output is 1 2 3 1 #include <iostream> ... (by kirstin)
find the smaller integer, logic error?
 
So, I am looking to create a program that finds the smallest of the 2 integers that the user inputs....
Apr 22, 2013 at 1:19am
[4 replies] Last: okay, this is what is going on. When you set the int smaller function... (by Snkyjester)
check integer
 
This checks for non numerical input but doesn't warn error when a double is entered. How can I corre...
Apr 22, 2013 at 12:19am
[8 replies] Last: EOF is not required to evaluate to -1, iirc. (by cire)
Fill Specific Element in Array of Structs
 
Can I fill a specific element in an array of structs? #include <stdio.h> #define SIZE 100 ...
Apr 22, 2013 at 12:18am
[3 replies] Last: Ya it gives me this: error C2059: syntax error : '{' Thanks Zaita, th... (by i2Fluffy)
Templating Question
 
Original: http://stackoverflow.com/questions/9457407/template-class-compilation-expected-constructor...
Apr 22, 2013 at 12:01am
[1 reply] : No. You must put template classes in the header file. The reason is t... (by firedraco)
Need help figuring this pointer/modifying problem out.
 
i need to fix this problem out so it'll work properly : Consider the function void modify(int ...
Apr 21, 2013 at 11:57pm
[1 reply] : void modify(int& x) { x = 10; }; (by pogrady)
April 2013 Pages: 1... 2324252627... 83
  Archived months: [mar2013] [may2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.