by adamod67
if statement - not defined
|
|
[2 replies] Last: Thanks zoerb, the i was I. You can tell I knew to this :-) (by adamod67)
|
by gnwillix88
product check out program
|
|
[3 replies] Last: maybe your program just need a main() function? and delete the ";" in... (by qudongfang)
|
by Allenmy
Understanding pointers and using them in a function
|
|
[1 reply] : In choose_seats function - your { and } don't match up. You are mi... (by guestgulkan)
|
mergesort.obj : error LNK2005: "void __cdecl X_mergesort(int * const,int |
|
[2 replies] Last: I guess problem is you're inserting .cpp file in your source. Try thi... (by Dufresne)
|
by ozair
i cant understand this compile time error
|
|
[5 replies] Last: A copy constructor must copy the contents of an existing object ( with... (by Bazzy)
|
by joro550
Rating system
|
|
[6 replies] Last: Hmm... I would suggest using two separate maps for holding the command... (by m4ster r0shi)
|
by Null
I'm confused about this code.
|
|
[7 replies] Last: One use can be in for s, below is an example void reverse_string... (by Bazzy)
|
by wrinnix
Simple Hangman Project
|
|
[2 replies] Last: I wonder... When u see a double post, is commenting on both posts abou... (by m4ster r0shi)
|
by dkaip
a string problem
|
|
[4 replies] Last: Ok, i just understud this. Many thanh's. Jim (by dkaip)
|
by d0mufasa
What does this mean
|
|
[1 reply] : It's using namespaces and templates http://www.cplusplus.com/doc/tut... (by Bazzy)
|
by Phils
constructor problem
|
|
[1 reply] : did you ever try any online tutorial?... there are soooo many good one... (by Incubbus)
|
by xeroxface
Class Templates + Me = Frustration
|
|
[2 replies] Last: Ah, ok, I've declared i and j as doubles and that's worked. Thanks a l... (by xeroxface)
|
by coolrox86
Serial Communication Code for Reading
|
|
[5 replies] Last: They are both declared in windows.h (which itself will include the st... (by guestgulkan)
|
by jamjo
VC++ 2010 error
|
|
[1 reply] : It is saying that you cannot explicitly instantiate a template inside ... (by guestgulkan)
|
by Groo
unidentified local variable
|
|
[1 reply] : You are using arrays in a wrong way, see http://www.cplusplus.com/doc/... (by Bazzy)
|
by damannsit
List Implementation
|
|
[2 replies] Last: http://www.cplusplus.com/articles/how_to_ask/ http://www.cplusplus.co... (by Bazzy)
|
by prat007
pseudo nos
|
|
[1 reply] : this is easy once you see whats going on. except for the outermost ,... (by KrishnaV)
|
by pozdrav
Undefined symbols: ld error
|
|
[2 replies] Last: Okay, I tried that too. I put all the definitions in separate CPP file... (by pozdrav)
|
by adam8797
Change the variable inside a loop
|
|
[5 replies] Last: You need to change the name 'index' every time you use it: while... (by Galik)
|
by Jozo
usleep() problem
|
|
[3 replies] Last: Synchronizes the buffer associated with the stream to its controlled ... (by Mythios)
|