by cstorm
String input Problems
|
|
[1 reply] : The common pitfall is mixing cin >> x; and getline(cin,x); but tha... (by coder777)
|
by Ragnos
Fatal Error LNK! Help, please!
|
|
[1 reply] : It's likely the wrong type of project. Make sure you choose 'console' ... (by coder777)
|
c++ running a exported dll function from a injected dll |
|
[1 reply] : You need header file(s) where all the accessible functions/classes are... (by coder777)
|
by xander333
2D collision: AARRRGHHH
|
|
[17 replies] Last: Well I guess I'll use that for now. I'll look into Box2D later though!... (by xander333)
|
by jellyfish
Reading from text file and displaying it on screen
|
|
[2 replies] Last: Hi, this is the txt file I trying to read in, which I want to format... (by jellyfish)
|
by kyranstar
Only picks choice 1?
|
|
[9 replies] Last: I found out what will work, cin.ignore(); cin.ignore(); return 0... (by kyranstar)
|
by estebanm
Spanish tutorial
|
|
[no replies]
|
by Bulova
passing structures into functions
|
|
[1 reply] : You pass your custom types into functions much like you pass normal ty... (by matsom)
|
by Mekolle
Reading same int or HWND etc from diffrent .cpp
|
|
[2 replies] Last: Oh my.... programing can be easier than you expected sometimes :) Tha... (by Mekolle)
|
by Gaminic
Processor Warm-up
|
|
[1 reply] : Are you performing disk I/O to obtain these data sets? If so, the syst... (by helios)
|
by Sebarry
Template class
|
|
[5 replies] Last: int arrayIndex, x; ¿What type is x? ¿what type it should be?... (by ne555)
|
by GamexCoder
Login System
|
|
[1 reply] : You gotta be creative with this, you could have it create a small file... (by notajew)
|
by messnaround
Simple question about preprocessors on emacs
|
|
[3 replies] Last: Then why the need for the using namespace std; ? To make available... (by Moschops)
|
by Timbo1
SDL
|
|
[2 replies] Last: Duplicate thread: http://www.cplusplus.com/forum/general/43509/ Check ... (by closed account D80DSL3A)
|
by alfreddoozz
small advice
|
|
[4 replies] Last: OP said his variable was inside main . I believe use of global variab... (by anonymous23323124)
|
by Justis
Complicated reading from file
|
|
[1 reply] : To read a number, use operator >>. If there is no number in the file, ... (by hamsterman)
|
by alfreddoozz
assignemnt help!
|
|
[2 replies] Last: thank you so much :) that really helped yes it could be fixed by usin... (by alfreddoozz)
|
by Sputnik
Pointer to Function
|
|
[7 replies] Last: right (bold is the cast), but still invalid - the compiler will not al... (by kfmfe04)
|
by alfreddoozz
help this is urgent
|
|
[4 replies] Last: i will try that ! thank you so much for your help really appriciate it... (by alfreddoozz)
|
by GUY25
What's wrong with my code?!
|
|
[4 replies] Last: There's no problem with substr ; the problem is that you're using it ... (by Moschops)
|