by blairtch
Overloading Operators
|
|
[no replies]
|
by UnclePutin
Program checkwin not working
|
|
[2 replies] Last: Why would that be? It's working on my computer. You can also use the o... (by UnclePutin)
|
by gonny95
Assigning multiple strings into double pointer
|
|
[1 reply] : char a = "test"; . Memory is created for test because of the ... (by shadowCODE)
|
by specter113
Computing areas of a triangle
|
|
[4 replies] Last: That was the issue Duoas. It was that double and the 2.0 in my functio... (by specter113)
|
by HG319
Using own header file with classes and vectors with fstream
|
|
[2 replies] Last: Thanks for your help. Don't I need a constructor for line 24 of my ma... (by HG319)
|
by KMagic
Random access text file
|
|
[2 replies] Last: Thanks for replying to my quesiton. Is this the only way? I think what... (by KMagic)
|
by mrm850
Functions
|
|
[3 replies] Last: Take time to block out your program like this: Then replace the commen... (by PCrumley48)
|
by spring2014
2D array, pointer and function
|
|
[4 replies] Last: A program has both the big picture and the details. It is a good strat... (by keskiverto)
|
by HellfireXP
Help with assigning values to Vector inside Class
|
|
[no replies]
|
by MrBond90
Function arguments too many arguments
|
|
[4 replies] Last: I actually Figured it out, had to change some but it finally works. Th... (by MrBond90)
|
by MikeW
non-enclosed address space
|
|
[3 replies] Last: Alas, that's what I read on the internet too. I have no idea what a n... (by Duthomhas)
|
by psherman
Nested Loop * unique tree problem (i've searched already)
|
|
[no replies]
|
by Bryan1991
help with a beggining program here is my code.
|
|
[no replies]
|
by erik341
Trying to make a simple in-game store
|
|
[2 replies] Last: Yeah, object oriented programming, I've jsut had a lot of problems wit... (by erik341)
|
Help with pointers |
|
[4 replies] Last: As I mentioned it is not a homework. It was part a question while In a... (by closed account 3qD2y60M)
|
by Karlsberg62
C++ Nested Loops PrintArrowProgram
|
|
[no replies]
|
by wh1t3crayon
How to make a 2d array of different types?
|
|
[7 replies] Last: Got it! This is great because I've been freaking out for a while about... (by wh1t3crayon)
|
by specter113
Bool functions
|
|
[11 replies] Last: Thanks! I changed it up since if it is a triangle then it would have t... (by specter113)
|
by Plowman
What is the output?
|
|
[4 replies] Last: Output of g is undefined. You don't initialize it. Global variables ... (by MiiNiPaa)
|
by spring2014
Help to correct my mistake
|
|
[1 reply] : Your function receives an int, a double, a double, a double, and a dou... (by HatchetMan302)
|