by unregistered
Are immutable strings better?
|
|
[1 reply] : Well that depends on what you're trying to accomplish. To make a stri... (by Return 0)
|
by Joliedoll
Array with random numbers
|
|
[7 replies] Last: why would I put i < 50 -1.. wouldn't that equal 48 your right my... (by gcampton)
|
by akayrak
returning multi type data with one function
|
|
[6 replies] Last: Thank you so much Bazzy. That is really what i want. I think i should ... (by akayrak)
|
by makan007
Integer number
|
|
[6 replies] Last: This would probably be the fastest in the general case (pardon the tem... (by jsmith)
|
by makan007
Bitwise
|
|
[7 replies] Last: Wrong. Default parameters need to appear in either the definition or ... (by mcleano)
|
by nekomata
craps game in c++
|
|
[7 replies] Last: nekomata, you seem to be struggling with how to use functions, more sp... (by jRaskell)
|
by sdot
output non ascii
|
|
[4 replies] Last: Perfect. Thank you for helping me figure this out. (by sdot)
|
by foncused
Still stuck on white spaces
|
|
[3 replies] Last: Since it is a loop, you can make an iteration modify the behaviour of ... (by Bazzy)
|
by zferakid
Kinda Lost on Program
|
|
[1 reply] : cin >> P1; cin >> P2; cin >> P3; All attempt to read an int (gues... (by jsmith)
|
by gedas
list
|
|
[1 reply] : What do you mean? Have you even tried making your own program? (by closed account S6k9GNh0)
|
Impossibel infinite loop |
|
[5 replies] Last: Ahhh... Thank you. (by JohnsWilliams)
|
by ryujin89
I/O program major issues
|
|
[19 replies] Last: I'm not sure to put it either after the if-else statements or after t... (by Bazzy)
|
by makan007
Static Casting
|
|
[7 replies] Last: EDIT - oh blah I just saw the other question. Way to read, Disch. ... (by Disch)
|
by massias
Which Version???????????
|
|
[8 replies] Last: Grey Wolf : I stand corrected. george : why buy a nice, prebuilt, s... (by Duthomhas)
|
by esehacker
Problems with sprintf
|
|
[6 replies] Last: If I do this: const char* protocol2; if (strcmp(protoco... (by esehacker)
|
by kenryuakuma
Constructor
|
|
[5 replies] Last: Thanks bazzy and firedraco and now it clear it up. (by kenryuakuma)
|
by fikri
control structures examples.
|
|
[6 replies] Last: The example in that tutorial is quite simple: if (x > 0) cout << ... (by Bazzy)
|
by shadowraith
How to make an MMORPG (1,2)
|
|
[39 replies] Last: @helios That would make sense... @jRaskell Almost certainly. It wou... (by chrisname)
|
by yumito
Keep main.cpp
|
|
[16 replies] Last: Learn to touch type. Seriously. (by jsmith)
|
by nullGrind
2d graphics engine (1,2)
|
|
[24 replies] Last: http://en.wikipedia.org/wiki/Fahrenheit_graphics_API#...and_disappears (by Bazzy)
|