id returned 1 exit staus. ...? |
|
[14 replies] Last: Yeah, i've been doing some reading of the downloadable pdf tutorial on... (by TheBeardedQuack)
|
Basic applications to practice? |
|
[2 replies] Last: IMO: international math olympiad ? :o (by gelatine)
|
by kmilnedc
sting counting ?how?
|
|
[2 replies] Last: Hey thank you for your help...I can take this and learn from it. (by kmilnedc)
|
by Ch1156
Slowly showing words on the screen
|
|
[2 replies] Last: make sure you include windows.h for(int i = 0;i < NUM_WORDS;i++) { ... (by Need4Sleep)
|
by littlepig
a basic problem
|
|
[2 replies] Last: on line 16 you set 'a' equal to a different value, the line creates a ... (by Need4Sleep)
|
Hiding letters in guessing game |
|
[1 reply] : You're trying to solve everything with global variables which is bad. ... (by coder777)
|
by codder
float bug?
|
|
[3 replies] Last: Think about it, how would you go about storing anything that doesn't h... (by BlackSheep)
|
by merlincorp12
counters program wanna see if on right track
|
|
[no replies]
|
by leeto
Sum function between two containers
|
|
[1 reply] : Your trying to pass a type to the function but need an object like... ... (by naraku9333)
|
by alan91
Program that analyse collection of N numbers
|
|
[no replies]
|
by LaC0saNostra
Using Arrays
|
|
[4 replies] Last: Alright thank you bud (by LaC0saNostra)
|
by RayZ
Link Error raised when using string pointer...
|
|
[3 replies] Last: @Zhuge Thanks a lot. I find the mistake. At the begining of my impleme... (by RayZ)
|
by edumoette
Is this the right way to invision pointers?
|
|
[2 replies] Last: The really important thing in C++ is type. It is the basis of support... (by kbw)
|
Arrays with variables |
|
[10 replies] Last: count2 was supposed to be a float (by swedishfished)
|
by redrifle
Clearing the console window?
|
|
[1 reply] : Try reading this: http://www.cplusplus.com/articles/4z18T05o/ (by Zhuge)
|
by uhh
Greatest to least problem
|
|
[3 replies] Last: Thanks for the help from both of you! Moschops, thanks for saying to ... (by uhh)
|
by dianavidol
encoder not encoding a sentence
|
|
[3 replies] Last: That code doesn't match up with the errors you posted. I don't see any... (by firedraco)
|
by PadreDoom
Help with pointers to functions
|
|
[4 replies] Last: That makes sense. Thank you! (by PadreDoom)
|
by Need4Sleep
template help
|
|
[4 replies] Last: thanks, i really appreciate the help! (by Need4Sleep)
|
by xcentrik05
Reading from a file
|
|
[1 reply] : That for loop is going to add num into your sum num times, when you on... (by Zhuge)
|