by Parkournerd
Code Skips?
|
|
[5 replies] Last: Thanks, it worked, but can I ask what the difference is between sync a... (by Parkournerd)
|
by Parkournerd
Inserting into a string
|
|
[4 replies] Last: It's 3, but thanks =). First help from this forum. =) (by Parkournerd)
|
by vtergolina
Array reading problem
|
|
[2 replies] Last: Found my error, the sscanf was fine what is wrong is the printf, it p... (by vtergolina)
|
by Jesus805
The stack
|
|
[5 replies] Last: That explains 'a stack', he is asking about knowing 'the stack'. F... (by Intrexa)
|
by lik00
Tic Tac Toe
|
|
[2 replies] Last: Hello, I am a student at UAT and one of my assignments is to provide s... (by geisselvongott)
|
by pirooz
please help me, extract email from txt file
|
|
[3 replies] Last: ok im sorry fixed.. (by pirooz)
|
by monkeyboy
Wrong with Vector
|
|
[1 reply] : think about what the vector holds and what your setPlayer function ret... (by quirkyusername)
|
by Holland
*int var Vs. int *var
|
|
[4 replies] Last: While the first should be a compiler error, the second isn't particula... (by moorecm)
|
by aqeel800
Coding for GUI different??
|
|
[1 reply] : It is different, yes. I can only say about windows programming, thoug... (by webJose)
|
by Genemos
C++ program not running correctly.
|
|
[2 replies] Last: I am pretty much following this guide, in particular there's this exam... (by Genemos)
|
by santoshkb
Please help to understand why Typecasting base to derived works.!!!
|
|
[7 replies] Last: I wouldn't count on it. Just in case that lacks emphasis, try this: s... (by hamsterman)
|
by thinerik111
"Project8.exe has stopped working"
|
|
[3 replies] Last: If you look up those functions (with the extra n), you'll notice that ... (by webJose)
|
by Preo32
Help displaying number before .txt file
|
|
[1 reply] : Hopefully this is not too much (or too little), but this worked okay f... (by Audie)
|
by aqeel800
Need help understanding overloaded functions
|
|
[4 replies] Last: my apologies, I'm a bit of a newbie myself haha (by Jesus805)
|
by yklintux
Offset / Dereference question regarding arrays
|
|
[6 replies] Last: Out of bounds causes undefined behaviour Undefined behaviour is undefi... (by ne555)
|
So Any Questions?? Me Again Sir. |
|
[10 replies] Last: sorry but i can't speak english very well and sometimes i live many pr... (by closed account 9wX36Up4)
|
by Nelli
Simple nested if problem Please help
|
|
[3 replies] Last: Of course is not the only problem. I gave you the link so you can pro... (by webJose)
|
by hatsumi141
CONSTANT/IF converstions help!!!!
|
|
[3 replies] Last: ok thank you all ^^ so much (by hatsumi141)
|
by paolopiace
init of static var
|
|
[9 replies] Last: >> I believe you meant to say this at one point: "Thanks for trying to... (by paolopiace)
|
by beatboxboy1
Is first character in a string numeric?
|
|
[3 replies] Last: Yes. Pass to the isdigit() function the first character of the string... (by webJose)
|