by else87
Trouble with a Calculator I just finished.
|
|
[6 replies] Last: Even though this post may be solved i need to point 1 small thing: DO... (by eraggo)
|
by hanst99
MinGW C++0x - problem with array initialization
|
|
[2 replies] Last: Nah that's not it. The syntax is correct, the exact same thing works, ... (by hanst99)
|
by aj3423
compile error extending std list
|
|
[3 replies] Last: oh, I got it Thanks~ (by aj3423)
|
by JohnOh1075
C++ segmentation falut <core dumped>
|
|
[2 replies] Last: Using the mighty gdb, I find this: #0 0x0804880b in john_linked_5::... (by Moschops)
|
by Helegurbann
Same Typely Funcs Definition
|
|
[4 replies] Last: Not really. helios version is better suited in most cases, my version ... (by hanst99)
|
by ayanda83
How does one convert a C++ code into a graphical application
|
|
[5 replies] Last: I think the question was how to introduce GUI code into your applicati... (by hanst99)
|
Multiple "if" conditions? |
|
[2 replies] Last: Many thanks. (by closed account 967L1hU5)
|
by IceThatJaw
Is it possible to copy a temporary class instance of itself into itself?
|
|
[8 replies] Last: chenqi07, thanks for finding that error for me. When I went to fix it... (by IceThatJaw)
|
by diskhub
Pthread Qns on Mutex
|
|
[4 replies] Last: hi thanks for ur reply. in fact, my '2 resources' are indented to be a... (by diskhub)
|
by TheFlow450
Need Reassurance
|
|
[2 replies] Last: OK, thanks that's one less thing I have to worry about now as I learn (by TheFlow450)
|
by Ideka
Checking whether an object is an instance of a class or its subclasses (1,2)
|
|
[22 replies] Last: I just want my engine to take care of more stuff. E.g. the main loop. (by Ideka)
|
Reading Text File without spaces |
|
[2 replies] Last: Thank you so much! Btw, what is the real function of FSM? Im sorry, ne... (by lorrainecarla)
|
C++ program needed!! |
|
[4 replies] Last: You missed a semi-colon after the $ class definition. But, besides tha... (by shacktar)
|
by Jagman
Need if statement help with a string variable
|
|
[2 replies] Last: Ah i see, that helps a ton! thank you very much! (by Jagman)
|
by Nisheeth
Help in A timer in C++
|
|
[8 replies] Last: #include "windows.h" DWORD startTime; int main() { star... (by tolga gerekci)
|
by gibran5876
Unable to print to a txt file while inside a loop
|
|
[2 replies] Last: THANKYOU, THANKYOU, THANKYOU (by gibran5876)
|
by MasterAsh
a question about ln(x) and math.h
|
|
[10 replies] Last: aw.right.thx dude! (by MasterAsh)
|
by Chuckleluck
Program should be updating but isn't?
|
|
[5 replies] Last: huh, when I compiled it, it ran. int main() { char key = '... (by closed account zwA4jE8b)
|
by Robertlzw
pass-by-reference to function vs. to function template
|
|
[9 replies] Last: I was doing some reading and came across this Only the address of th... (by closed account zwA4jE8b)
|
by ArpitJ
c++ pointers & arrays
|
|
[2 replies] Last: Your functions are returning a pointer to an array which is local to t... (by closed account D80DSL3A)
|