Outputting .txt file into code |
|
[3 replies] Last: just create variables before the while loop and these variables will h... (by PeteyPii)
|
Trying to use an alternative to the copy-constructor |
|
[4 replies] Last: Oh wow, thanks for the tip. I didn't realize it was creating two copie... (by closed account jwC5fSEw)
|
by tvaughn92
pointer problems
|
|
[8 replies] Last: Yeah.. just to add that ptr should no longer be a pointer. dou... (by adikid89)
|
How does the int and static_cast respond |
|
[3 replies] Last: Yes. (by firedraco)
|
by Superfreak3
Combine Buffers -How To?
|
|
[7 replies] Last: I think I had to change the condition to (NumOfBytes > 0 || NumOfBytes... (by Superfreak3)
|
by soooodizzy
What is wrong with this c++ code?
|
|
[3 replies] Last: you might what to declare your variables first like so #include ... (by OnymousIllusion)
|
by navi33
how to??
|
|
[9 replies] Last: Haha i just solved it now thx for the help~ (by navi33)
|
by Melee
Multiple definitions of class functions?
|
|
[3 replies] Last: Hmmm... I don't see a mistake so far :-/ Could you show me project4... (by attaboy)
|
by Neesh
array program not correctly recognizing elements in array
|
|
[no replies]
|
by whitesnow
How can I get a variable in one function to the next.
|
|
[8 replies] Last: Sorry, it was just a quick fail pseudo-code example about returning.... (by bluezor)
|
by ksport99
Table of Subtraction
|
|
[1 reply] : i dont understand what u want to do..but what can i see is..u use func... (by EAStudent)
|
by beaudy
Standard Deviation with Arrays
|
|
[6 replies] Last: #include <iostream> #include <cmath> using namespace std; double ... (by EAStudent)
|
by adikid89
graphs
|
|
[3 replies] Last: http://www.policyalmanac.org/games/aStarTutorial.htm an excellent be... (by PeteyPii)
|
by CRBottini
Loop inside switch
|
|
[2 replies] Last: The switch is disconnected from its { } block. It needs to be within ... (by kempofighter)
|
by sportsguy90
Calling A Function Multiple Times
|
|
[12 replies] Last: you're welcome. and dont worry about asking, that is what this forum i... (by Mathes)
|
by omgBUNNY
finding characters in a char variable?
|
|
[2 replies] Last: I restarted VS and it now works fine, I thought it should do, but it k... (by omgBUNNY)
|
by mycplushelp
C++ email and name
|
|
[4 replies] Last: @dynamic cast, i think you are trying to show that you are grandma stu... (by Jesuss)
|
by dynamic cast
creating a password for some text
|
|
[2 replies] Last: hahahah! what problem are you having? (by yasallam)
|
by gcr114
selecting minimum with negative numbers
|
|
[4 replies] Last: I suggest reading some other threads. You'll be better off testing tw... (by kempofighter)
|
by DBarzo
Notify on destruction
|
|
[3 replies] Last: Hi Mathes, yes, in the beginning I thought to use the same pattern,... (by DBarzo)
|