by alejandro2
digit counter
|
|
[10 replies] Last: It does not matter ^^ (by firix)
|
by thenewguy
ternary vs if
|
|
[6 replies] Last: If you have something that can be neatly summed up in a ternary operat... (by Disch)
|
by Erdrigard
Splitting a linked list
|
|
[7 replies] Last: Alright, so some progress has been made on this one. The program runs... (by Erdrigard)
|
by thebirdman26
formating output to new lines
|
|
[2 replies] Last: Thanks! This solves the problem for now. I know there has to be a way ... (by thebirdman26)
|
by halopower67
Displaying ships on a game grid and other things
|
|
[no replies]
|
by YoshiEgg25
Problems with shipment program, assistance needed fast
|
|
[4 replies] Last: I think it is lower case, but that's not working either. At this point... (by YoshiEgg25)
|
by dnambembe
Segmentation fault error
|
|
[2 replies] Last: Tho this might not help regarding your question, i suggest try to use ... (by Rave)
|
by jmpbama92
A pointer and dynamic array problem
|
|
[1 reply] : Just being honest: You have not clearly defined your SPECIFIC problem,... (by closed account 1yvXoG1T)
|
by Sauve
Arrays
|
|
[no replies]
|
by jjp
How to get a percentage ?
|
|
[1 reply] : well what is a percentage? It's a value out of 100. So if counter is t... (by quirkyusername)
|
by halopower67
Intro to c++ class game project
|
|
[6 replies] Last: Halp? (by halopower67)
|
by Abanoup
how do i
|
|
[2 replies] Last: idk i have coded a applc workin on any windows 7 but xp it not workin ... (by Abanoup)
|
by krazzyfaiq
How To Repeat It?????
|
|
[7 replies] Last: It is probably the same as a while loop, but the main issue is that it... (by firedraco)
|
by exca
trying to initialize a field of the object in a vector
|
|
[4 replies] Last: hmm... and then how should i delete all those objects in that vector? ... (by exca)
|
by dziadgba
Using swap to effectively clear vector
|
|
[3 replies] Last: The value of capacity() is always implementation defined (by Bazzy)
|
by blurterry
code done but still got abit problem (1,2)
|
|
[20 replies] Last: void menuFunction() { int choice... (by blurterry)
|
by waxman
getline function not working
|
|
[2 replies] Last: You're my hero hamsterman! Many thanks! (by waxman)
|
by Alvyxaz
Check if there's a space before a word in a string
|
|
[5 replies] Last: [quote=Alvyxaz]if(str[i-1] == " ")? Nah, it doesn't work like th... (by Return 0)
|
by firix
Error( multiple template parameter lists )
|
|
[no replies]
|
by gasrine
undefined symbol
|
|
[1 reply] : Linking is just a common error in C++ it also exists in other language... (by Computergeek01)
|