by DarkxJester
Having Trouble With the Switch Command
|
|
[7 replies] Last: Well that makes sense. Thank you very much. I will have to review the ... (by DarkxJester)
|
How/Which Loop To use? |
|
[3 replies] Last: You're welcome =) (by TarikNeaj)
|
by immortal192
How to parse string variable using istringstream to store words in a vector?
|
|
[3 replies] Last: > That is to check if the line yet you wrote while the loop 11--17... (by ne555)
|
by PascalShock
I need 8-Bit CRC in Pascal and C++
|
|
[1 reply] : Do you really need a crc calculation? A crc calc typically includes a ... (by lsatenstein)
|
by Lothcarn
Strange variable outputs. "1.45667e+.009"
|
|
[4 replies] Last: @Lothcarn good change, just needs a tweak - double stockChange = ch... (by TarikNeaj)
|
by lsatenstein
conversion C to CPP prototype and ftn header
|
|
[10 replies] Last: Thank You Keskirvo. Your explanation void APP::myprivate(int x) ... (by lsatenstein)
|
by chang123
Why does this code output the following?
|
|
[7 replies] Last: If you want n easy way to remember why indexes start at zero, just say... (by lsatenstein)
|
by hinatahug
Premutations
|
|
[1 reply] : double n = 12.0; double r = 3.0; double nmr = 15.0; //n+r = 12+3 The... (by ne555)
|
by kubax03
Graphics.h error
|
|
[12 replies] Last: @Thomas1965. That is a ridiculous comparison. Programming is hard to g... (by TarikNeaj)
|
by alexexcl
output problem with loops
|
|
[1 reply] : int power(int base, int exp) { int n = 1; for (int i = 1; i <... (by naaissus)
|
Find word in binary tree |
|
[9 replies] Last: This new code is functionally equivalent to the one you had before. (by helios)
|
by Cp14s
While Loop With If/Else Statement
|
|
[2 replies] Last: also put the code into the code Format. ( it looks like <> in a little... (by phsyrik)
|
by dmeta10
Function Problems
|
|
[8 replies] Last: yay ! that works! lol Thank you now its not doing the subtraction pa... (by dmeta10)
|
Please Help with problem. |
|
[10 replies] Last: Thanks for clarifying, that, didnt know =) (by TarikNeaj)
|
by TJBELTRan
need explenatino to why my toupper is not working
|
|
[3 replies] Last: Well, the first letter would be string , you wouldn't need a loop for ... (by Chervil)
|
by cyitwei
What books would you recommend for C++?
|
|
[5 replies] Last: I would most emphatically not recommend C++ Primer in any edition as a... (by Yawzheek)
|
by ninomino19
Next step
|
|
[5 replies] Last: Thx this seems good but what is the difference between SFMI and winapi... (by ninomino19)
|
by ZahoorKhan
Problem with result
|
|
[3 replies] Last: And my answer will be only true when we use assignment operator count... (by TarikNeaj)
|
by rain
How to call my toString from operator<< ?
|
|
[5 replies] Last: Yes. (by AbstractionAnon)
|
by alx119
Need some books advice
|
|
[2 replies] Last: I don't know much about game programming but I'm sure that if you want... (by etrusks)
|