by Akillioon
insert and print,linked list not working
|
|
[3 replies] Last: The problem is that p is not a nullptr when you call the function the ... (by Warnis)
|
by silverwish
Just made my first program, looking for advice!
|
|
[7 replies] Last: sigh** Kind of tired of all the no goto talk when most of the people o... (by Stormhawk)
|
by jesussegura
Max value is wrong cant find solution
|
|
[4 replies] Last: Thank you from helping me (by jesussegura)
|
by ngo93
Classes that contain instances of another class
|
|
[4 replies] Last: This may help: // http://www.cplusplus.com/doc/tutorial/classes/ #i... (by fx11)
|
by cocacola
Help writing a date calculating code for existing code
|
|
[no replies]
|
by who cares
says operator must return a value??? Help please..
|
|
[4 replies] Last: nevermind, it worked ok> thanks it compiles just fine. now (by who cares)
|
by fx11
string or char array - any diff.?
|
|
[2 replies] Last: Stewbond It looks like C++ string has a lot of advantage over C. I'l... (by fx11)
|
by student2341
visual studio fatal error
|
|
[6 replies] Last: it is "unexpected end of file" error please help me remove this (by student2341)
|
by Fourc00h
Number Guessing Game
|
|
[18 replies] Last: Here's the code I have related to generated numbers: int randGen(in... (by Fourc00h)
|
by hitmanben2
Why this for is infinite
|
|
[5 replies] Last: thanks Ikaron for the answer that helped. (by hitmanben2)
|
by mirec
msvcp100 or mfc100 dll
|
|
[3 replies] Last: Try reading this thread from this forum: http://www.cplusplus.com/foru... (by rcast)
|
by justin123
total commission is correct?
|
|
[4 replies] Last: how about for loop for sentinel value? (by justin123)
|
by Jose94ji
Please help fix
|
|
[4 replies] Last: You missing semicolon at the end of the 1st line. It can be written as... (by MiiNiPaa)
|
by Nuserame
Weird thing with structs and arrays
|
|
[4 replies] Last: OMG of course!!! Damn how could I be so stupid. Thank you very much gu... (by Nuserame)
|
by Bugsplatter
A problem of Scope, i think...
|
|
[4 replies] Last: ahhhhhh the constructor didn't need to restate the type. Wow, that sh... (by Bugsplatter)
|
by admgr
Making an array reading from text files?
|
|
[no replies]
|
by eXord
Sorting issues, sorting strings by alphabet
|
|
[2 replies] Last: very odd, i've literally not touched my code since I put this post up,... (by eXord)
|
by Kabooss
Battleships Computer science project Loop problem
|
|
[6 replies] Last: Part of the problem is this snippet: if(cin.fail()) { cin.clea... (by jlb)
|
by lauarius
Help with Identifiying "count"
|
|
[1 reply] : You're not showing your whole code. The problem here isn't shown in w... (by fg109)
|
Can't create an array of objects |
|
[8 replies] Last: Thanks so much for your help, it did the trick.You just saved me a lot... (by Alwayslearning337)
|