Just can't do it! |
|
[3 replies] Last: Your char array, request, should be left uninitialised. The message "P... (by fauntleroy42)
|
reading/writing binary files using << / >> |
|
[6 replies] Last: OOC++ Wait, so there's a NOO C++, now? What you're trying to do is... (by helios)
|
by omk
Moving into the windows application realm.
|
|
[10 replies] Last: I have not seen a problem with the code from the book and VS2008. See... (by closed account z05DSL3A)
|
by kk84
How to declare Multi - dimensional in stacks
|
|
[1 reply] : That depends entirely on your implementation of a stack. What stack... (by Duthomhas)
|
by Pether
Newbie Program: Editing several txt-files and more. Questions.
|
|
[7 replies] Last: @Ashishm, i kinda realize that but im to lazy to edit it (by jloundy)
|
by bobsta
Problem with ofstream when defining member functions in source file
|
|
[1 reply] : Beam.cpp:14: error: ‘ofstream’ was not declared in this scope M... (by helios)
|
by nanger
the number of actual arguments
|
|
[3 replies] Last: The example given, set ( const Compare& comp = Compare(), const Alloc... (by closed account z05DSL3A)
|
by flodywan
passing character arrays to constructors
|
|
[2 replies] Last: Make sure to watch your const correctness. Unless your constructor e... (by Duthomhas)
|
by chrisname
Ideas? (1,2)
|
|
[29 replies] Last: I'm not sure why I put conio.h there. I'm pretty pleased with how i... (by chrisname)
|
by dwade
How to find the total number of records
|
|
[3 replies] Last: That's true, I always make this typo. Sorry! Regarding to the stude... (by Noha)
|
by Costinkara
C/C++ Graphic in motion (1,2)
|
|
[22 replies] Last: The program is done. Its a little bit different from what i wanted but... (by Costinkara)
|
by Lief Webster
How to transport a program
|
|
[10 replies] Last: Alright, I found it. Thanks again for all the help. (by Lief Webster)
|
by Bodsda
Reading from file, checking contents of a line (1,2)
|
|
[24 replies] Last: dont use eof, use: while(getline(myFile,line,'~'); your could ... (by jloundy)
|
by kishor
how to read string cointaing more than one word stored on text file
|
|
[2 replies] Last: look at getline() think of using a loop to read each line individua... (by jloundy)
|
by Tilpo
Converting strings into doubles
|
|
[4 replies] Last: string y = "69"; double x = strtod(y.c_str()); i think thats... (by jloundy)
|
by KingPanda
From Beginner to Expert (1,2)
|
|
[32 replies] Last: I'm going to end it with a well-deserved Fuck You for making me waste... (by andrei c)
|
by jaaam
C and C++ challenges
|
|
[no replies]
|
by ajay16oct
can we call the constructors manually??
|
|
[3 replies] Last: You can call a constructor manually with placement new. I believe t... (by Disch)
|
by nanger
when should we add a "virtual"
|
|
[5 replies] Last: I just post an example after fellows here gave me directions. http:... (by MarcioAB)
|
by nospeake
Extra output from program
|
|
[4 replies] Last: It worked. Thank you both for the help. (by nospeake)
|