by andersonwq
Factorials
|
|
[5 replies] Last: Like said Mathhead200, you can't have 13! on int. Or at least not on 3... (by userulluipeste)
|
by cstorm
Main Parameters
|
|
[12 replies] Last: There is a slight difference between an explicit void and nothing at... (by userulluipeste)
|
by tonnot
How to create a map copy for a map already exists
|
|
[2 replies] Last: thanks.... it is true.... (by tonnot)
|
my program stops working please help |
|
[4 replies] Last: thxs ill try to clean it up (by shakemaster52)
|
by bigfisherman
count the number of words in c-string
|
|
[14 replies] Last: You might want to look at string tokenize: http://www.cplusplus.com/re... (by userulluipeste)
|
by IvanLi
how to use iterator as parameter
|
|
[3 replies] Last: oh, yeah, i get it~! thank you (by IvanLi)
|
by Matiusk
Value wont show
|
|
[7 replies] Last: when you count the coins, you might want to decrease the cash for exam... (by userulluipeste)
|
by bigfisherman
Why isn't this outputting?
|
|
[4 replies] Last: int countWords(char* one, int SIZE) //char array/pointer, length of a... (by ultifinitus)
|
by macsuma
HELP HELP
|
|
[3 replies] Last: [quote=macsuma]hoe can i do the second step /* here you'd probably w... (by matsom)
|
by kxnt
Question Help Please...
|
|
[3 replies] Last: This site actually has a pretty good tutorial. If you want to know abo... (by Zhuge)
|
by joker25
ifstream f(strFile); problem???
|
|
[1 reply] : You left out #include <fstream> and another thing, ifstream f(strFi... (by matsom)
|
by khaled
question
|
|
[1 reply] : I'm not sure I understand what you are trying to say, but... A vector... (by Zhuge)
|
by billywilliam
Cannot find PDB files
|
|
[1 reply] : If you have just declared the string, it'll say <Bad Ptr> until it is ... (by Zhuge)
|
Whats the difference |
|
[9 replies] Last: Mathhead200 ...that possible minute difference will probably be op... (by Mathhead200)
|
by Thumbz
Basic Game
|
|
[8 replies] Last: I was hoping it might be something easy like... is key pressed("whate... (by Disch)
|
by neowoot
Strange String Error when Passing a String?
|
|
[2 replies] Last: RESOLVED! Changing int scores and string exams into arrays for the pro... (by neowoot)
|
by seerex
My calculator - evaluate it please :)
|
|
[12 replies] Last: Thanks ascii. I was worried i was taught wrongly. (by PracticingProgrammer)
|
by b1gb0y2013
Faster Output
|
|
[15 replies] Last: Actually now that I think of it, thats probably it. I put that there f... (by b1gb0y2013)
|
by seerex
how do u take notes and practice?
|
|
[9 replies] Last: You will never, ever, ever, ever, …, ever stop making mistakes. I to... (by Mathhead200)
|
by Matiusk
Need help on mathematic formula
|
|
[8 replies] Last: if (min<cash&&cash<max) { cash = cash / 5; return(cash); } /... (by Mathhead200)
|