by wheelman
breaking loops
|
|
[2 replies] Last: whats with all the tilda s? (by DrChill)
|
by CircuitSkin
C++ to Windows application
|
|
[5 replies] Last: By the way cout<<"| 1 - To onvert into Minutes ... (by DrChill)
|
by genny
return an array from a function
|
|
[8 replies] Last: Take a look at this also. http://cplusplus.com/reference/algorithm/ge... (by kempofighter)
|
by iostream
Evaluate an expression?
|
|
[5 replies] Last: Well, Thank you all. I've already solved the problem of parsing the ma... (by iostream)
|
by compone87
Want decimal output from function.
|
|
[5 replies] Last: ok, i gotcha, i didn't know u could do it like that. (by compone87)
|
by wozroo
MySQL, mingw, and C++.
|
|
[2 replies] Last: Ok so i got to see the code of the resetdb and other files. I trie... (by wozroo)
|
by icu812
random number within a range
|
|
[7 replies] Last: float RandomFloat(float min, float max) { float r = (float)rand() ... (by Mythios)
|
by Gemgirl1226
getting the square root added
|
|
[10 replies] Last: mcleano, I think you typed that too fast. void squareroot(double &... (by mcleano)
|
by switcher
Troubles with a stack
|
|
[5 replies] Last: Obviously I don't have * and -> down solid yet. Anyhow it works great... (by switcher)
|
by firedraco
Enums and files
|
|
[4 replies] Last: Currently, the only place I am converting them to/from ints is when I ... (by firedraco)
|
by compone87
Same code with tags. Thanks
|
|
[6 replies] Last: http://gcc.gnu.org/ GCC stands for the GNU Compiler Collection or i... (by chrisname)
|
by compone87
Could someone tell me if my code is right. It isn't long. Thanks
|
|
[5 replies] Last: lol. That got rid of all my errors. As you can see , i'm a newbie. th... (by compone87)
|
by webJose
What does this struct really look like?
|
|
[7 replies] Last: Thought I was the one who often posted rants... (by chrisname)
|
by coolKK
Strange behaviour of RWTime Class
|
|
[1 reply] : Please don't post in multiple forums. I've already answered this. (by kbw)
|
objects and methods |
|
[2 replies] Last: You can think of an object as the variables that go together to make t... (by kbw)
|
by smasherprog
LNK2019: unresolved external symbol
|
|
[7 replies] Last: He has included tester.h in main.cpp anyway. If the compiler cannot f... (by guestgulkan)
|
How to avoid dynamic cast in C++? |
|
[7 replies] Last: Thanks Smith... You have a valid explaination for my question... ... (by SatishPindikoor)
|
[std::string] issue with special characters |
|
[4 replies] Last: Excuse me for the inappropiate language, but it f****ng worked. Yo... (by fernandoarrabal)
|
by hicks
having trouble with unions and intersections
|
|
[5 replies] Last: Why did you change // node object for the linked list struct No... (by jsmith)
|
by alishujahx
I am teaching C++ on skype (1,2)
|
|
[37 replies] Last: I think it's saying "If someone is mean to you, and you ignore it, the... (by chrisname)
|