by mekkatorqu
[Win32 api] Can't close dialog window
|
|
[7 replies] Last: finally an answer, thanks! it's working, never thought about this lol ... (by mekkatorqu)
|
by Da0omph
Datatypes
|
|
[10 replies] Last: You could do: int x = static_cast<int>(num1); With the modulus, I w... (by Volatile Pulse)
|
by Mursik
Problem: how to add PATH
|
|
[2 replies] Last: Look here: http://www.computerhope.com/issues/ch000549.htm (by coder777)
|
by jake101
Can't understand this code
|
|
[1 reply] : It is a syntax error. The code shall noot be compiled. Maybe the state... (by vlad from moscow)
|
Point object (1,2) |
|
[20 replies] Last: Thanks a lot all, I finally finished it (by commodoreevic)
|
by Freckles1224
Can't figure out what's wrong, help! :^(
|
|
[1 reply] : In your function Process_Data() you don't use int &TotU, float &Tot... (by coder777)
|
by jhiro
help please!
|
|
[4 replies] Last: void save_file(student list , int num_students) { ofstream fout; str... (by jhiro)
|
A question about c |
|
[5 replies] Last: This is just a scope issue. A file opened in main, will be local to ma... (by ResidentBiscuit)
|
Graphics |
|
[19 replies] Last: Allegro is the easiest. adpad309 wrote: Sure...if you have an ... (by xcalibur0645)
|
by stewie96
Help What is wrong with my program
|
|
[2 replies] Last: Better use this code instead: #include <iostream> #include <cmath> u... (by xcalibur0645)
|
by Freckles1224
Stuck and Need Guidance :^(
|
|
[3 replies] Last: Thanks for the help :^) (by Freckles1224)
|
A simple answer to "Why is system() discouraged?" |
|
[1 reply] : http://www.cplusplus.com/forum/articles/11153/ It basically explains ... (by firedraco)
|
by xcalibur0645
cin.getline()?
|
|
[3 replies] Last: cin.getline() works similarly, but it uses a char* and is more prone t... (by firedraco)
|
by jackBryan
How to include <atomic> in C++ on Linux?
|
|
[7 replies] Last: error: cannot write to %sourcedir /usr/src/redhat/SOURCES Change sou... (by ne555)
|
Ideas for my program |
|
[6 replies] Last: Blueberry: I don't follow. To restate, a type that can hold a numb... (by firedraco)
|
by tycoontipper
3 Function Code not working
|
|
[6 replies] Last: Sorry for taking so long to respond. That worked like a charm. I went... (by tycoontipper)
|
by surikev100
very cherry quick question
|
|
[15 replies] Last: And I completely agree with that logic, but how does a GNU compiler do... (by Volatile Pulse)
|
by cvicious
'square' was not declared in this scope??
|
|
[7 replies] Last: @firedraco I completely agree with you, but since he had it in his sec... (by Volatile Pulse)
|
by fayska
access protected menbers in derived classes
|
|
[3 replies] Last: If you want to keep the members protected then you need to create acc... (by ne555)
|
by CPPRaven
Errors not running
|
|
[12 replies] Last: I think it all working ok now, but I'm sure I'll find something to cha... (by CPPRaven)
|