by firedraco
Classes, Pointers, and Functions
|
|
[2 replies] Last: Yes, but this is just an example of how the problem comes up, it's tha... (by firedraco)
|
by jithin
Segmentation fault ...while accessing the struct member of type vector
|
|
[1 reply] : Try clearing the vector...it should be cleared by default, but... (by firedraco)
|
by tomasito
random organized array
|
|
[2 replies] Last: See also random_shuffle(). (by jsmith)
|
by malcolmdko
im having a problem this is my first time using structs .. i think its in main
|
|
[1 reply] : infile>>firstname.myStudents >>lastname.myStudents >>testscore.myStud... (by Smok006)
|
by WaveK89
LNK2019 and LNK1120 errors
|
|
[1 reply] : Found a few things wrong. 1. The problem with the friend function w... (by guestgulkan)
|
by vin1391
Regarding Eof function
|
|
[3 replies] Last: Thanks...I understand it now. Our textbook is very confusing....Now it... (by vin1391)
|
by rkoster
CSV in array
|
|
[6 replies] Last: Thanks for the code, trying to work it out.. (by rkoster)
|
by shox
Huffman problem -> Floating Point Exception
|
|
[2 replies] Last: I get this from the debugger: Building to ensure sources are up-... (by shox)
|
by dualshock03
How to prove the ff program?
|
|
[4 replies] Last: what about the "typedef"? which statements to be replace?? (by dualshock03)
|
HEAP error |
|
[10 replies] Last: From the code you have specified I cannot see any cause of your heap e... (by Zaita)
|
by danthehat
Asio: Synchronous? Asynchronous?
|
|
[4 replies] Last: On top of it (as above said) Synchronous blocks the process until the... (by satm2008)
|
by f ben isaac
Look at my Local Port Scanner - Need to Be Fixed Little Bit!
|
|
[9 replies] Last: Just a note. It looks as though you are actually making a connection ... (by Zaita)
|
by digiplant
passing istream reference to derived funtion
|
|
[1 reply] : More information: The problem seems to actually occur during the ca... (by digiplant)
|
by aakashjohari
How to get string from a file terminating with another string
|
|
[8 replies] Last: Hey aakashjohari, You're on a forum belonging to one of the best C+... (by danthehat)
|
by extralam
Listing a Directory
|
|
[4 replies] Last: while (pent = readdir (pdir)) // while there is still something in ... (by guestgulkan)
|
by Duthomhas
Language gurus: Is this a valid structure?
|
|
[2 replies] Last: Thanks for the response. That is basically what I was wondering. I onl... (by Duthomhas)
|
by malcolmdko
how to remove an integer from a array
|
|
[11 replies] Last: I would study my code until you understand it. Copy+Paste is only goin... (by Zaita)
|
by Willie7772
Creating an Array of pointers
|
|
[2 replies] Last: I think this is what he means: TypeOfObject** arrayOfPointers = NU... (by cjmalloy)
|
by Cerburos
How to create a new object
|
|
[3 replies] Last: great, thank you smok006 and jlamothe. (by Cerburos)
|
by madd0g17
Reading Lines from Text File
|
|
[6 replies] Last: I saw that example before, but my question with that is, where do i sp... (by madd0g17)
|