|
by johnnyj2j
Calculator
|
|
|
|
[4 replies] Last: Opperation and Calculate should be strings. std::string Opperation, ... (by Shinigami)
|
| Pyrimid program not working for input over 20 why not? |
|
|
|
[1 reply] : Looks fine up to 39 for me. Once I get to 40 it starts to wrap because... (by Disch)
|
|
by johnnyj2j
Function Return Time
|
|
|
|
[5 replies] Last: srand(int(time(0))); sets the seed for rand(). rand() is a pseudo-ran... (by GRex2595)
|
|
by AandR2024
How can I have a different output based of input?
|
|
|
|
[2 replies] Last: Thanks a lot! (by AandR2024)
|
|
by Kuertis
Using a pointer as an array?
|
|
|
|
[2 replies] Last: If you're asking about C++, the answer is neither. Use std::string x ... (by Cubbi)
|
|
by wzt8112
error LNK2019 and fatal error LNK1120
|
|
|
|
[3 replies] Last: Thank you coder777 and NwN, that works! (by wzt8112)
|
|
by krakow10
Set Text in a TextBox
|
|
|
|
[5 replies] Last: Thanks, I'll show my big bundle of joy over there, and then ask them :... (by krakow10)
|
|
by Harry Potter
Weirdness in simple sorting code
|
|
|
|
[no replies]
|
|
by vanllabean81
Overloading the output operator
|
|
|
|
[2 replies] Last: Aha! The friend part went totally over my head in the lecture, so of ... (by vanllabean81)
|
|
by Whovian
When does that incorrect formatting infinite looping error occur and how to fix it?
|
|
|
|
[12 replies] Last: You might try it using the canonical solution, since cin.sync() isn'... (by cire)
|
|
by leftblank
Class hierarchy problems
|
|
|
|
[9 replies] Last: Ah okay, thanks everyone. (by leftblank)
|
| Reading certain lines from a .txt into variables? |
|
|
|
[8 replies] Last: Oh, yeah, I got that, just forgot to post it here. It makes sense now... (by squirrelboy1225)
|
|
by joshaj92
Entering Text into Web Texbox with C++
|
|
|
|
[1 reply] : This isn't as simple as you think. If you're a beginner in C++ then co... (by Computergeek01)
|
| Copying files |
|
|
|
[11 replies] Last: Sorry I don't get how these help with copying over full files :/ My... (by LowestOne)
|
|
by WimDH
Funxtion returning a pointer to an array.
|
|
|
|
[2 replies] Last: Thanks Moshops! This memory thing is quite new for me! I did: int... (by WimDH)
|
|
by snesnerd
coding question
|
|
|
|
[3 replies] Last: Most welcome. An example would be: #include <iostream> using names... (by NwN)
|
|
by Swizzler
Please explain this line :)
|
|
|
|
[3 replies] Last: Thanks for your help! Yeah the first part is so obvious now, feel a li... (by Swizzler)
|
|
by rvangend
Include standard headers in customer headers
|
|
|
|
[2 replies] Last: Hello Disch Thanks so much for the reply. As it turns out the answer ... (by rvangend)
|
|
by Daniel Aly
I am finished console , so whats next ???
|
|
|
|
[3 replies] Last: The market need is great, there is shortage of experienced C++ develop... (by Cubbi)
|
|
by john1911
Help With a specific pointer case.
|
|
|
|
[4 replies] Last: Ah, I get it now. The pointer itself doesn't change but the integer it... (by john1911)
|