by DeathLeap
Queue using linked list small problem
|
|
[2 replies] Last: makeEmpty() needs to set rear=NULL; . Shouldn't Dequeue() return the... (by dhayden)
|
by srhoover15
help with homework please!
|
|
[1 reply] : That's pretty good so far! Here's a quick primer on for loops: for (... (by dhayden)
|
by bender
Type Conversion in Overloaded Operator
|
|
[no replies]
|
by tpintsch
Pointing to first character in a string using an if statment
|
|
[1 reply] : Line 20 if(patientDOB = '0')//you assigned a '0' to the first cha... (by closed account SECMoG1T)
|
Work with file |
|
[2 replies] Last: I have to hand over homework, but I do not know how to do it.So I wrot... (by Arthurking4ever)
|
by idgaf12
HELP!!
|
|
[2 replies] Last: MRangel is right. Line 24 should be: for (int i=0; i<5; i=i+1) { c... (by sunzhen11314)
|
by Setzer
Segmentation Fault
|
|
[3 replies] Last: WEAPONLIST.CPP:28..37 : // PRE: (start != NULL) && (start->weaponNa... (by tcs)
|
by juvelover
using function inside switch statment in c
|
|
[3 replies] Last: any Ideas? (by juvelover)
|
by qwerty7899
cant close a file
|
|
[2 replies] Last: o wow i feel dumb thanks (by qwerty7899)
|
by DAoliHVAR
How to get random numbers without seeding in main?
|
|
[8 replies] Last: > How to get random numbers without seeding in main? #include <rando... (by JLBorges)
|
my sick unique |
|
[6 replies] Last: Now I get it element between the new logical end and the physical en... (by closed account SECMoG1T)
|
by bender
Run-time check failure # 0 help
|
|
[no replies]
|
by mahmoud2592
checking index vector if = to null
|
|
[5 replies] Last: > Well, how can an int be NULL? NULL can be an int . In C++98, NU... (by JLBorges)
|
by idgaf12
What could possibly be wrong here?
|
|
[1 reply] : Some hints (which may be out of your questions scope): Line 14, 20 :... (by tcs)
|
by Tarious
Understanding how to use arrays
|
|
[1 reply] : If the data source is of type std::string then you may find some inter... (by tcs)
|
by Poetix33
New to C++
|
|
[2 replies] Last: So a function is a group of statements that you name, so that you can ... (by DEnumber50)
|
by Dgonzalez1
checkerboard game 1
|
|
[no replies]
|
by Abulkhair
making the program user friendly
|
|
[8 replies] Last: thanks, I will do just that. (by Abulkhair)
|
by jav0918
C++ file output acting weird
|
|
[1 reply] : Line 13 : Why do you open infile ? You never uses it. Line 51 : Yo... (by tcs)
|
by ahmed tarek
i sufffer !
|
|
[1 reply] : books: http://www.cplusplus.com/forum/beginner/148831/#msg779428 All t... (by JLBorges)
|