by GetBaldy
simple question about ifstream
|
|
[2 replies] Last: i got it working fine now thank you very much these forums are great (by GetBaldy)
|
by Malezyali
What if the operator [++] or [--] is used twice or more within a while-loop?
|
|
[2 replies] Last: Simply put, using a variable that's being incremented or decremented m... (by helios)
|
by ruval002
reading from a file
|
|
[5 replies] Last: if the output looks like the input then code should be similar. First... (by coder777)
|
by rawsilk
Too many EOFs
|
|
[2 replies] Last: Open the file as binary. f = fopen("data.txt", "rb"); (by kbw)
|
by miguelsan
C++ string help_for loop issues
|
|
[1 reply] : The process is rather simple, but it hurts me so much your variable na... (by webJose)
|
by confusion
what am I suppose to do?
|
|
[1 reply] : the function display board should look like this for(int nRow = 0; ... (by Azagaros)
|
by andreyftw
countdown...BLAST OFF!!!
|
|
[1 reply] : you need the other loops in it to make it work. Remember you said nes... (by Azagaros)
|
by barb 1989
Unwanted repeated set of random numbers
|
|
[2 replies] Last: Yeah, I got it to work. I just needed to change the seed, like you sai... (by barb 1989)
|
by nathan1987
Getting only 1 long error
|
|
[4 replies] Last: moving the cin line (line75) to line 46 did not change anything. howe... (by nathan1987)
|
by mefoo33
Help on random program.
|
|
[5 replies] Last: first thing I see is a confusion of loops now. int nCount = 0; fin.... (by Azagaros)
|
by GetBaldy
question about vectors
|
|
[2 replies] Last: thank you very much! (by GetBaldy)
|
by MAT8686
Text Files
|
|
[5 replies] Last: why does your code open the same file twice? What are we trying to do... (by Azagaros)
|
by jan3239
Sorting file using delimiters
|
|
[4 replies] Last: Thanks for all of the help. This was all very useful to me. I was look... (by jan3239)
|
by cheloveg
c/c++ socket send commands in string
|
|
[2 replies] Last: thank you for your answer. it is really helpfull :-) (by cheloveg)
|
by stridexr
Converting to binary errors
|
|
[6 replies] Last: You're awesome, thanks :) (by stridexr)
|
by MOM
Total memory taken by list & vector container
|
|
[17 replies] Last: Thanks. (by savavampir)
|
by savavampir
Casting syntaks with pointers
|
|
[12 replies] Last: Thanks all of you. (by savavampir)
|
by ischuldt
passing copies
|
|
[5 replies] Last: It is the same for constructors, except that you will have to use a po... (by webJose)
|
Counting Characters |
|
[8 replies] Last: The code works as expected if it can find the file correctly. I didn'... (by Azagaros)
|
by noobster
Image Processing
|
|
[2 replies] Last: Thanks, I'm starting to read the book on openCV right now. (by noobster)
|