by Banshee1
find the largest number of user input
|
|
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
|
|
Apr 22, 2013 at 5:32am
[1 reply] : Very nice... http://xoax.net/cpp/crs/console/lessons/Lesson9/ (by backslashx00)
|
by shott92
complete beginner wanting to know a start point
|
|
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 |
|
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
|
|
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? |
|
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)
|
by sam20390
URGENT!! Validate Date - user defined functions.
|
|
Apr 22, 2013 at 4:25am
[12 replies] Last: I changed switch statements to if statements to simplify the ckDate() ... (by sam20390)
|
by ninthred
not converting from hex to decimal
|
|
Apr 22, 2013 at 3:49am
[5 replies] Last: well i need to basically convert my char charaters to integers. what t... (by ninthred)
|
by applesnstuff
Date check + EoF
|
|
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
|
|
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)
|
by kirstin
While and For Statements
|
|
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 |
|
Apr 22, 2013 at 2:38am
[no replies]
|
by ND04
Please Help With Random Number Generate Queue Pointer
|
|
Apr 22, 2013 at 2:15am
[no replies]
|
by xxLOSTxx
fgets
|
|
Apr 22, 2013 at 2:01am
[no replies]
|
by kirstin
While and Do While statements
|
|
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)
|
by Banshee1
find the smaller integer, logic error?
|
|
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)
|
by vanessatse
check integer
|
|
Apr 22, 2013 at 12:19am
[8 replies] Last: EOF is not required to evaluate to -1, iirc. (by cire)
|
by i2Fluffy
Fill Specific Element in Array of Structs
|
|
Apr 22, 2013 at 12:18am
[3 replies] Last: Ya it gives me this: error C2059: syntax error : '{' Thanks Zaita, th... (by i2Fluffy)
|
by billycro
Templating Question
|
|
Apr 22, 2013 at 12:01am
[1 reply] : No. You must put template classes in the header file. The reason is t... (by firedraco)
|
by barqcider
Need help figuring this pointer/modifying problem out.
|
|
Apr 21, 2013 at 11:57pm
[1 reply] : void modify(int& x) { x = 10; }; (by pogrady)
|