by bluescreen
duplicate names
|
|
[1 reply] : You can have a menu at the bottom of your loop that prompts a break co... (by Stewbond)
|
by Shmoopy
using getline() for objects?
|
|
[7 replies] Last: > I really don't understand how to write the operator>> function. > O... (by JLBorges)
|
Virtual destructor giving me problems ); |
|
[2 replies] Last: That worked, thanks a ton Cubbi! (by georgewashere)
|
by JCaselles
Tellg() fails with .csv on Windows (in Linux works great)
|
|
[13 replies] Last: thanks coder777! I've checked and, as you pointed out, when using bin... (by JCaselles)
|
by calvarado777
quicksort alogorithm not sorting :-(
|
|
[3 replies] Last: Is it by reference because I move stuff around in the partition funct... (by coder777)
|
by MatthewE
Got an input, how do I parse only sections of it?
|
|
[4 replies] Last: A proper parser may be more flexible when dealing with invalid input, ... (by hamsterman)
|
Problems with invoking constructor of dynamic allocated array |
|
[12 replies] Last: I guess now that I think about it it is the same, the only difference ... (by LB)
|
by Algar32
streams and files question
|
|
[17 replies] Last: Try replacing char* line; //to store file name with char line ; ... (by Danishx83)
|
by Factors
Simple question
|
|
[8 replies] Last: [quote=Factors]Is it only that? what about function's ?. Member funct... (by closed account zb0S216C)
|
by mhceotto
using rand() function
|
|
[5 replies] Last: mhceotto, I did a couple programs for my c++ class using rand() and ... (by closed account 1vRz3TCk)
|
by rocketman
Speeding up qsort usage.
|
|
[3 replies] Last: Did you turn on optimizations? Never measure performance with optimiza... (by Peter87)
|
by nikolabebic
FILE STOPPED WORKING!!
|
|
[3 replies] Last: thanx, on my laptop it worked but its batts are dead so i needed on th... (by nikolabebic)
|
by jpcsasantos
-1.#IND, output for quadratic equation program
|
|
[2 replies] Last: OMG you're right! Thank you Works perfectly! TY once again (by jpcsasantos)
|
by nadir CoCo
Data structure
|
|
[10 replies] Last: Thank you, it's getting clearer, I'll reply whenever it's done. (by nadir CoCo)
|
by Sean Booth
How do you create an array of floats from a string?
|
|
[3 replies] Last: Thank you, that worked perfectly! (by Sean Booth)
|
by chenejm
Help with my homework!!!
|
|
[2 replies] Last: The code I provide below is incomplete but more than enough for you to... (by codingshark)
|
by student2
Need to make a program that read student names and marks from a file.
|
|
[5 replies] Last: I have re edit it plz have look n let me knw where i got wrong #incl... (by student2)
|
by calvarado777
Garbage output with class declaration and Vectors
|
|
[7 replies] Last: perfect! thank you!! (by calvarado777)
|
by kdmpenguin
Letter Frequenices
|
|
[9 replies] Last: thanks, I got this to work for me #include <fstream> #include <iost... (by kdmpenguin)
|
by dheredhere
Chess piece ranges
|
|
[1 reply] : It will be relatively slow. Assuming you have 16 pieces, and 64 locat... (by personak)
|