by oudavid1
Recursion?
|
|
[6 replies] Last: EDIT: Nvm I figured it out. (by oudavid1)
|
by abrupt
Simple Formula For C++
|
|
[1 reply] : Where have you declared and initialized total_collected? please post t... (by abhishekm71)
|
by michaelg64
Keyboard Input On Specified Port
|
|
[no replies]
|
by ostar2
expected primary-expression before '=' token
|
|
[4 replies] Last: also this function is a little ridiculous. Same effect: bool decid... (by Disch)
|
How make cin accept different punctuation from vector |
|
[1 reply] : maybe it's your function translate_to_lower however check this cod... (by joneele)
|
Input data from file/write data to file |
|
[2 replies] Last: I'm starting to feel that way! It has me completely confused. Any help... (by madeinsilence)
|
by ovaltine99
Help with copying one file to another file I/O help please!
|
|
[1 reply] : This code does as follows: 1. Reads in two file names (lines 18-22). ... (by tcs)
|
by abrupt
File I/O
|
|
[2 replies] Last: 1. Line 26: infile >> month; is only accessed if infile is false. It... (by Krahl)
|
by WillDesigned
Cannot type in CMD
|
|
[10 replies] Last: Yeah. Sorry about not presenting the full code. I asked my friend wh... (by WillDesigned)
|
by Cnaoum
NEED HELP; the days of our lives
|
|
[1 reply] : What are you stuck on? This is pretty clear cut. (by ResidentBiscuit)
|
by DrolArumil
Initializer lists vs initializing in function
|
|
[4 replies] Last: Thanks a lot man! (by DrolArumil)
|
by serjo
Converting char pointer to string
|
|
[10 replies] Last: array = new string(*toks); see: http://www.cplusplus.com/reference... (by tcs)
|
by Melinyel
help with reading from a file
|
|
[2 replies] Last: Thanks for the help, I got it to now read line by line, and it can fin... (by Melinyel)
|
by xsesx
Missing something obvious as always...
|
|
[2 replies] Last: @DTSCode: No, `again´ shouldn't be declared `extern´! @xsesx: Pleas... (by tcs)
|
by fumes007
Looping & Calculate the percentage
|
|
[1 reply] : i have done the loop for years. (by fumes007)
|
by serjo
dup2() redirect
|
|
[2 replies] Last: I think your problem arises from mixing stdio routines with basic oper... (by tcs)
|
How do I compile a library in windows? |
|
[11 replies] Last: Struggled around with it for a while but I got everything just working... (by closed account 2NywAqkS)
|
by CinciKid17
Tic-Tac-Toe
|
|
[no replies]
|
by zoran404
Binary file (EOF)
|
|
[11 replies] Last: Compare it to mine, see if you have everything in yours what this has.... (by TheBeardedQuack)
|
by monkey90
Struct and pointers. Pointer passed into a function looses the adress it points to
|
|
[2 replies] Last: thank you very much this was really helpfull..i found too the first an... (by monkey90)
|