by adamsafc
Map inside a map sorting
|
|
[9 replies] Last: Thank you very much, it works perfectly!! (by adamsafc)
|
by Tanzola
How can I control the speed at which a loop loops based on an outside variable?
|
|
[8 replies] Last: Thanks, @shoyoninja. You probably saved me a lot of time with the loop... (by Tanzola)
|
by TheHardew
Weapons' names generator
|
|
[7 replies] Last: So now I've got to learn about std::map and find some good JSON librar... (by TheHardew)
|
by sujitnag
dll and static
|
|
[2 replies] Last: I use window operating system (by sujitnag)
|
code::blocks multiple programmes under a single project |
|
[1 reply] : m not able to complie multiple programmes stored under a single proje... (by MiiNiPaa)
|
by Cambalinho
can i convert a class?
|
|
[2 replies] Last: see that 2 class's. imagine convert the 1st class to the 2nd. can i do... (by Cambalinho)
|
by retroCheck
How to create a class object inside another class?
|
|
[6 replies] Last: LB thanks for explaining that. I had done some work in C and of cours... (by retroCheck)
|
by iQChange
Makefiles: mingw32-make and nmake won't find ifeq
|
|
[no replies]
|
by GRex2595
OFStream in vector failing to open file. Failbit is 1 badbit is 0.
|
|
[2 replies] Last: So, I found the answer, and it was something weird that I wasn't used ... (by GRex2595)
|
by jldowling
Help with calculating sum from integers read from a text file
|
|
[4 replies] Last: The precision for decimal places is floor(x*100+.005)/100 the precisio... (by sly858)
|
by benzo2007
help with understanding c++
|
|
[4 replies] Last: What do you have so far? off had i would check into while loop, if sta... (by sly858)
|
by GTR4j
finding all prime #'s using "class Number"
|
|
[1 reply] : 1st find formula / procedure what are the rule to find out a number is... (by sujitnag)
|
by lee23michael
storing file data in an arrary
|
|
[1 reply] : You should store data in a file as you show in example. then 1) read ... (by sujitnag)
|
by YourBroAlex
Can't figure out this problem
|
|
[2 replies] Last: YOU ARE ABSOLUTELY RIGHT. God damnit... i'm so stupid.. hahaha. It wa... (by YourBroAlex)
|
by Chuckyboy311
C++ Turtle Graphics
|
|
[no replies]
|
by GRex2595
Creating Unique Variables with a #define
|
|
[6 replies] Last: Yeah, we found out what the problem was. It was a VB issue, so I knew... (by GRex2595)
|
by diskoverx
Help with pointers
|
|
[1 reply] : The function recurses before it prints. (by LB)
|
More Looping? |
|
[3 replies] Last: http://www.cplusplus.com/reference/random/ http://en.cppreference.com/... (by LB)
|
OPERATOR OVERLOADING |
|
[3 replies] Last: I fixed it already. I wanted to make statement like cout<<getMaxTemp... (by programmercarlito)
|
by whalord
I/O Redirect Unix/C++
|
|
[2 replies] Last: Ah, thanks. I was under the impression it was just giving file name. (by whalord)
|