by clausserg
Pointing to?...refference where?
|
|
[4 replies] Last: Thank you. I understand very well your reply. In my snippet, the first... (by clausserg)
|
by samuel89m
How to set random number generator to a range?
|
|
[1 reply] : Generate between 0 and 2000 and then subtract 1000? By the way, rand... (by LB)
|
by Bronislaw
Push_back with std::vector<sf::Vector2f> Vector
|
|
[1 reply] : UnitVector is an array (std::vector) of sf::Vector2f's. UnitVector is... (by Ganado)
|
by Jakez
Best C++ book
|
|
[7 replies] Last: I must add my favorite book here aswell. It is called Professional C++... (by OscarJ)
|
by Torm04
Return multiple values from a function.
|
|
[6 replies] Last: That makes sense tipaye, thank you for your help. (by Torm04)
|
by WDman420
Need assistance with c++ question in my book?
|
|
[4 replies] Last: int readInt (int n) { int sum = 0; int val; for (int... (by AbstractionAnon)
|
by kiri
Can u see anything wrong?
|
|
[11 replies] Last: Type in word then copied/pasted to visual, so yea u are both right. (by kiri)
|
by sunny100489
Writing to a .dat file
|
|
[2 replies] Last: By default ofstreams truncate file, you need to open file in append mo... (by MiiNiPaa)
|
by DnWarrior
Comparing Input with characters
|
|
[4 replies] Last: Yup! Works! Thanks! (by DnWarrior)
|
atoi with filestreams |
|
[3 replies] Last: If you want to delete this topic you can I found out what the problem ... (by majinvegeta010688)
|
by Avarghese
Code will never be executed error
|
|
[8 replies] Last: [quote=booradley60]Not even a warning? Ahh, there is explicit flag: ... (by keskiverto)
|
by Jxcorex29
Do...while loop assistance :)
|
|
[1 reply] : while((ans !='Y')&&(ans !='N')&&(ans !='y')&&(ans !='n')); This mea... (by tipaye)
|
by Jxcorex29
Dev-C++ Compiler [error] problem.....
|
|
[6 replies] Last: As you change those error variable i think all the error above should ... (by quisite)
|
by AWbman
C++ Calendar
|
|
[4 replies] Last: its programmable by user input only for the year and month. http://www... (by anup30)
|
by oseri
Private inheritance and exposing a functionality
|
|
[2 replies] Last: Ok, thank you (by oseri)
|
by edwinibon
Error LNK2019
|
|
[2 replies] Last: Yip that was it, wow thanks! (by edwinibon)
|
by Jxcorex29
Switch cases and Array's
|
|
[6 replies] Last: Man, if i could give you a huge I would..... I figured x would have n... (by Jxcorex29)
|
by d1ff1cul1010
trouble creating two user created class type vectors...
|
|
[2 replies] Last: #include <vector> (by MiiNiPaa)
|
by edwinibon
Not sure what is wrong with my program
|
|
[4 replies] Last: Thank you very much, it works now! (by edwinibon)
|
by amznjr
Factorial Problem
|
|
[1 reply] : You set totalVal on line 14 and show it on line 19. Shouldn't the loo... (by keskiverto)
|