by jpm61704
help with preoproscessor directives
|
|
[4 replies] Last: why your header don't have include guard? TIP: #ifndef HEADER_NAME ... (by codekiddy)
|
by seppel
Constructor Syntax
|
|
[8 replies] Last: Users.Peter87.Respect++; Wazzak (by closed account zb0S216C)
|
by jpm61704
double definition help
|
|
[2 replies] Last: thx (by jpm61704)
|
by anonymized
Doubt in pointers
|
|
[2 replies] Last: yep. I just printed the addresses and understood. Doubt solved! :) (by anonymized)
|
by ausairman
question about scoping and performance
|
|
[6 replies] Last: I would like to see some proofs that it does affect performance at all... (by Peter87)
|
by detroit
Templates..
|
|
[4 replies] Last: It's hard to understand what you mean, Detroit. The whole idea of te... (by closed account zb0S216C)
|
by biplav17
Problem with comparing arrays
|
|
[3 replies] Last: the code was only created here. I did not give my actual code because ... (by biplav17)
|
by hunkeelin
Got a quick question on while loop.
|
|
[1 reply] : for (int i=1; i<12; i++) { if (Bruce != Bruce [i-1]) { cout << ... (by Moschops)
|
by jzp253
Multiple Defintions (1,2)
|
|
[30 replies] Last: globals.h extern int PlayerChoice, e, E; extern char UserName ; Pu... (by Moschops)
|
by jack3410
error: expected unqualified-id before '{' token
|
|
[2 replies] Last: Hi, there is a couple of mistakes in your code: 1.) You placed "{" be... (by ssegota)
|
by tw3tye
SDL_Rect to string?
|
|
[2 replies] Last: Thx much. (by tw3tye)
|
by sourena
shared dll
|
|
[4 replies] Last: i m trying to use MFC aplication to make gui for "huffman class" i ve ... (by sourena)
|
by Ryan Parker
quadratic equation solver
|
|
[1 reply] : Thanks for sharing, you may want to put it in the source code sub cate... (by strongdrink)
|
by chipp
virtual function questions
|
|
[4 replies] Last: pure virtual does not mean you may not write definition for that virtu... (by codekiddy)
|
by biplav17
Returning a pointer
|
|
[5 replies] Last: alright thanks! (by biplav17)
|
GCC: Too Many Open Files |
|
[6 replies] Last: Thanks again, JLBorges. Wazzak (by closed account zb0S216C)
|
by matiz303
typedef
|
|
[14 replies] Last: hehe, I see we are picking on Microsoft now. Microsoft did what it di... (by webJose)
|
by tw3tye
SDL_Rect problem
|
|
[2 replies] Last: WOW ... I just faceplm .Going to sit in corner and cry. Thx on help. (by tw3tye)
|
by jpm61704
trying to get preprosceor directives correct
|
|
[2 replies] Last: You haven't mentioned where in the file error occurs. Also, in battle.... (by Pravesh Koirala)
|
by kw1991
moving data from queue to a stack?
|
|
[18 replies] Last: problem solved (by kw1991)
|