by jfitzpat
iostream path
|
|
[1 reply] : file streams get C strings as arguments. You can fix this by calling s... (by Bazzy)
|
by arshak
entering web-sites
|
|
[3 replies] Last: He probably means Logging into a website. (by junglePIMP)
|
by XnarutokoolX
Mouse movement on Image
|
|
[2 replies] Last: Erm, can you elaborate more on subclass? I have never tried using it b... (by XnarutokoolX)
|
by nikolay
How to make an executable file?
|
|
[14 replies] Last: Sorry, I've always used either VC Enterprise or Professional edition s... (by Lodger)
|
by wretch
sizeof(char[]) lost if char[] passed into function?
|
|
[5 replies] Last: Thanks helios and Disch for the very helpful explanations, I think... (by wretch)
|
by arnes99
Char arrays in a text file
|
|
[2 replies] Last: Hmm..I just outputted a char array which is size of 20 and has charact... (by arnes99)
|
by kmvinoth
Reading from a file and storing it in array
|
|
[3 replies] Last: Here is an example in the vein of what I believe you are asking. It c... (by jsmith)
|
by Pether
[Quick]Formatting output. Adding empty spaces. (1,2)
|
|
[21 replies] Last: Gah, this is getting crazy. Somehow that only works on some lines, ... (by Pether)
|
by karl4tich
if-else statement in a function
|
|
[5 replies] Last: Oi, both of you. Alright, computerquip , I'll admit that you have a p... (by QWERTYman)
|
by imusa007
Calculation problem
|
|
[1 reply] : Change all your ints (not the for indices) to doubles. EDIT: Oh, al... (by helios)
|
by kenryuakuma
Int type questions
|
|
[5 replies] Last: Awesome and now I got it. And now after the search of wiki, I understa... (by kenryuakuma)
|
by forre65413
Inputting file for first time for dynamic array
|
|
[3 replies] Last: Because I make stupid mistakes like that. It works now, thanks! (by forre65413)
|
by jfitzpat
how to skip line in input file.
|
|
[1 reply] : Read the line into an intermediate string. If !string.size(), don't ad... (by helios)
|
by Master
whats wrong with visual studio?
|
|
[5 replies] Last: tanx, i checked it there were couple of errors (because of not comment... (by Master)
|
by ljin
Copy constructor and assignment operator for Container Class
|
|
[10 replies] Last: I know where I am wrong. The elements is an array of pointers to the ... (by ljin)
|
by Warrior2089
Rand() mis-generates numbers in the hundreds of thousands?
|
|
[9 replies] Last: Warrior, the real problem with globals has nothing to do with performa... (by jsmith)
|
by whate
is it a pointer?
|
|
[3 replies] Last: The line is not *token = strtok(buffer, " \t"); , the line is char ... (by Bazzy)
|
by jenkklan
Age Disadvantage in finding C++ programming required jobs
|
|
[1 reply] : It would possibly not be a disadvantage in a specialised field, with a... (by closed account z05DSL3A)
|
by Toader
need to modific code
|
|
[2 replies] Last: no, dont work(((( that allways say "cant find this word" plz help ... (by Toader)
|
by lestatx2
problem with if/else if
|
|
[10 replies] Last: In C++, the standard library header is cstdlib.h but cstdlib.h is ... (by closed account z05DSL3A)
|