by Banshee1
find the largest number of user input
|
|
[8 replies] Last: My main problem is writing a code that finds the largest number give... (by eyenrique)
|
by zachp
ShowCase: Tic-Tac-Toe
|
|
[1 reply] : Very nice... http://xoax.net/cpp/crs/console/lessons/Lesson9/ (by backslashx00)
|
by shott92
complete beginner wanting to know a start point
|
|
[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 |
|
[6 replies] Last: I did open it in a function. You did in the loadarray function - bu... (by TheIdeasMan)
|
by zachp
Dungeon Crawler
|
|
[3 replies] Last: Ok - that is quite a good effort - well done ! Just a couple of thing... (by TheIdeasMan)
|
Working on arrays? |
|
[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.
|
|
[12 replies] Last: I changed switch statements to if statements to simplify the ckDate() ... (by sam20390)
|
by ninthred
not converting from hex to decimal
|
|
[5 replies] Last: well i need to basically convert my char charaters to integers. what t... (by ninthred)
|
by applesnstuff
Date check + EoF
|
|
[1 reply] : fixed, just need to know how to end it on ctrl+z (by applesnstuff)
|
by yayu
Finding int in string
|
|
[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
|
|
[9 replies] Last: ooh, I assumed he/she wanted them to be separate. Don't know why, sorr... (by yayu)
|
Organizing if statements |
|
[no replies]
|
by ND04
Please Help With Random Number Generate Queue Pointer
|
|
[no replies]
|
by xxLOSTxx
fgets
|
|
[no replies]
|
by kirstin
While and Do While statements
|
|
[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?
|
|
[4 replies] Last: okay, this is what is going on. When you set the int smaller function... (by Snkyjester)
|
by vanessatse
check integer
|
|
[8 replies] Last: EOF is not required to evaluate to -1, iirc. (by cire)
|
by i2Fluffy
Fill Specific Element in Array of Structs
|
|
[3 replies] Last: Ya it gives me this: error C2059: syntax error : '{' Thanks Zaita, th... (by i2Fluffy)
|
by billycro
Templating Question
|
|
[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.
|
|
[1 reply] : void modify(int& x) { x = 10; }; (by pogrady)
|