by kalkas
Problem with WindProc and PostMessage()
|
|
[2 replies] Last: Ok problem solved. @Disch I know the best way i the way you're desc... (by kalkas)
|
by CaseMonster
Invalid pointer with string
|
|
[7 replies] Last: You problem is string anyKey = 0; use char anyKey = 0; ... (by crosa64)
|
by jazpearson
Using a vector to read an array from a binary file
|
|
[6 replies] Last: Is there a reason you don't use ">>" to read in the stream? Because ... (by ne555)
|
by kash kow ken
what's this mean?
|
|
[8 replies] Last: yah you're right... i got them mixed up haha. * is dereferencing and &... (by kash kow ken)
|
by Kieth89
Switch cases.
|
|
[1 reply] : Not really. The closest you can do is one of these: case 80: ca... (by Disch)
|
by acorn
which is more important to learn design patterns or templates
|
|
[5 replies] Last: ok thanks guys. I will check out C++ Templates: The Complete Guide als... (by acorn)
|
by Turambar
How to make C++ Buffer used pre-defined adress for its internal buffer
|
|
[1 reply] : It seems you're thinking about this too hard my friend. Check this out... (by Computergeek01)
|
by Napwneon
Command line arguments?
|
|
[8 replies] Last: Er, that won't work, and it tests on the wrong thing. Hey, that's n... (by Duthomhas)
|
by nevero
Invalid conversion problem
|
|
[2 replies] Last: Right, I knew it was a simple mistake. Thanks (by nevero)
|
Segfault on ifs? |
|
[5 replies] Last: Thanks, I changed it to such: #include <iostream> #include <fstre... (by DigitalDragon)
|
by jazpearson
Array allocation
|
|
[5 replies] Last: thanks guys, that worked a treat: using the vector method. :) (by jazpearson)
|
ISO C++ forbids declaration of 'vector' with no type |
|
[2 replies] Last: Works fine here: #include <vector> #include <iostream> class Vec... (by wolfgang)
|
by Kieth89
Why do you have to include stdafx.h in Visual Studio?
|
|
[10 replies] Last: [quote=wolfgang] and just impairs your learning. I fail to see how i... (by closed account z05DSL3A)
|
by Faaz
displaying info REALLY STUCK ON IT
|
|
[2 replies] Last: #include "stdafx.h" #include "gwin.h" const int MAXDAYS=6; // f... (by Faaz)
|
by WetCode
Guesing Game error? warning C4700: uninitialized local variable SOLVED
|
|
[2 replies] Last: wolfgang: To be perfectly honest i googeld for random number code fo... (by WetCode)
|
void main() and int main() |
|
[11 replies] Last: Obviously Java creator feel returning int is redundant isn't it ? In ... (by moorecm)
|
by TjSnake
Nonstatic member function
|
|
[3 replies] Last: coder777: Thanks, that is what I was looking for. (by TjSnake)
|
by kitarapso
Creating a library out of a source file.
|
|
[4 replies] Last: Make some object files: gcc -march=armv5 -c lpc313x_pwm_driver.... (by Moschops)
|
by kash kow ken
meaning of the const keyword appended to declarations
|
|
[3 replies] Last: thanks... that makes perfect sense :) (by kash kow ken)
|
by yotama9
deprecated config.h and map.h
|
|
[4 replies] Last: As for the map.h. I want to use that C++ container, I can't understan... (by sohguanh)
|