|
by Larry2
Two thing : splitting and comparaison.
|
|
|
|
[2 replies] Last: Many thanks, It cleared it out :) Larry (by Larry2)
|
|
by bobc
[noob] get data out of a function to a GUI
|
|
|
|
[13 replies] Last: Nice! Thanks LB for wasting your time on me! It is always very nice t... (by bobc)
|
|
by Polorboy
Visual Studio forgot how to do math?
|
|
|
|
[9 replies] Last: @Polorboy Maybe these were what you are after. http://www.cplusplu... (by TheIdeasMan)
|
|
by Cut
ReduceFration and CommonDemoninator Help
|
|
|
|
[3 replies] Last: http://www.cplusplus.com/forum/general/98400/ (by flony1)
|
|
by dmcenean
Range Based For Loop in GCC 4.6.3
|
|
|
|
[1 reply] : You must compile with the C++0x flag. (by firedraco)
|
|
by Anmol444
Why are all strings constant?
|
|
|
|
[2 replies] Last: ok ty (by Anmol444)
|
|
by latewrong
HELP PLEASE:>
|
|
|
|
[5 replies] Last: i think that if i were to run the for loop with num < LIMIT the loop w... (by latewrong)
|
|
by aruna
Inheritance program
|
|
|
|
[1 reply] : This might help: http://lmgtfy.com/?q=C%2B%2B+polymorphism (by MikeyBoy)
|
|
by bwilson1
Urgent ArchWindow
|
|
|
|
[18 replies] Last: I know that setData() is supposed to set my members ,but I have tried ... (by bwilson1)
|
|
by krakow10
Determine if a function has been defined (1,2)
|
|
|
|
[34 replies] Last: Why does it work if that's not what I do? It might work, if the code... (by MikeyBoy)
|
| Can someone help me? |
|
|
|
[1 reply] : So the boats only take up 1 index, and the board is 4x4? You can just... (by freddy92)
|
|
by firewall200
Error with function with objects as parameters
|
|
|
|
[4 replies] Last: I think I figured it out. class Amulya was trying to reference a clas... (by firewall200)
|
|
by xxastraxx
Please help, I'm desperate
|
|
|
|
[3 replies] Last: I ended up adding in an else statement to the code, and it worked! Her... (by xxastraxx)
|
|
by john1234
any amount of help would be greatly appreciated
|
|
|
|
[1 reply] : You could start by reading numbers from a stream. (by keskiverto)
|
|
by ATzekovsky
Need help writing a program
|
|
|
|
[12 replies] Last: So far I have this. The functions are all working. Now I need to creat... (by ATzekovsky)
|
|
by Konflikt
General question about multiple games running from one source?
|
|
|
|
[5 replies] Last: You can define classes in C++ the same way as in Java. I have no idea ... (by L B)
|
|
by abdulla
Urgent: Help with a my assigment
|
|
|
|
[13 replies] Last: Be careful of integer division when you say sum / count towards the ... (by booradley60)
|
|
by fefer
Need equation for assignment
|
|
|
|
[4 replies] Last: I would imagine that the shortest length across the river is a path th... (by pogrady)
|
|
by ZED0815
C-Programming Structures
|
|
|
|
[3 replies] Last: Tested this on GCC 4.8.0. Works fine with a warning: designated_init... (by Catfish3)
|
|
by JazzyJeff123
Why are my if and else both executing?
|
|
|
|
[10 replies] Last: It was simple. I set the function to a Boolean. (by JazzyJeff123)
|