by LegionOfDoom
2D Array in function
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/17108/ (by hamsterman)
|
by skyfire101
Guitar Program (advice/fixes needed)
|
|
[5 replies] Last: Hey thanks for the suggestions, wish i would have checked back here so... (by skyfire101)
|
by dacoolest
do-while loop for data validation problem
|
|
[1 reply] : do { if (input) { check = true; } els... (by tripydevin)
|
by shane2011
Velocity Change
|
|
[3 replies] Last: Wouldn't you just have to do the exact same thing like you did for 'w'... (by firedraco)
|
I/O stream hw problem |
|
[2 replies] Last: Well when i look at it seems right. Within my if statement i have my ... (by Gamerzdisease)
|
by stevetom84
Read in data from a .txt file
|
|
[2 replies] Last: Considering you havee all the sorting down, im assuming youre using an... (by eXsolacyst)
|
by antioch1st
accessing one object from another
|
|
[1 reply] : Make the dealCards function take a Player by reference. (by firedraco)
|
Using cctype? |
|
[6 replies] Last: #include <algorithm> #include <cctype> #include <functional> #in... (by Duthomhas)
|
by nani1799
While Loop
|
|
[4 replies] Last: Figured it out.... whooo hooo thanks for the pointer in the right dire... (by nani1799)
|
by emmiesix
pointer deletion, getting segfault?
|
|
[1 reply] : 1) Only delete things you allocated with new. If you didn't new it, ... (by Disch)
|
by Helegurbann
Is this a binary false or bitwise operation or Did i make false?
|
|
[no replies]
|
by Jimbot
LinkedList data retrieval
|
|
[2 replies] Last: Thankyou fun2code - that was very helpful. I will look into the... (by Jimbot)
|
by vinweb
Graphics
|
|
[3 replies] Last: I would suggest learning a library specifically for creating GUIs. Gen... (by Albatross)
|
by eNergizer
Clarify this for me
|
|
[1 reply] : Let's take that code: class Yang; class Yin { Yang y; }; class Y... (by Ramses12)
|
by jerkymotion
need tutorial
|
|
[2 replies] Last: Okay I don't know what's wrong with the link but copy and paste it... (by vintage)
|
by iamnoob
How to repeat a simple program
|
|
[6 replies] Last: Fixed as below: #include <stdlib.h> #include <stdio.h> int sum... (by oldnewbie)
|
by winecoding
a question on function declaration
|
|
[2 replies] Last: If you have a const object/reference to type X you can only call const... (by Bazzy)
|
by crodriguez08
Accessing size from another class
|
|
[no replies]
|
by zone19871
Referece in a function perimeter understanding
|
|
[3 replies] Last: in c++ passing an array to a function means passing it's pointer. "sol... (by hamsterman)
|
by rsndesign
Int To String Trouble
|
|
[1 reply] : This looks like some kind of Managed C++, rather than C++. The func... (by Moschops)
|