by Neahle
Graphics in C++?
|
|
[1 reply] : There is a graphics header file to which if i'm not mistaken it's real... (by stonedviper)
|
by sfxhewitt15
C++ code explanation for game.
|
|
[3 replies] Last: How about some more online material: http://www.cplusplus.com/doc/tuto... (by keskiverto)
|
by adam2016
iostream
|
|
[2 replies] Last: how come we iobase and ostream classes constructor protected basicall... (by Repeater)
|
by adam2016
Opening the cd drive
|
|
[8 replies] Last: I just find it weird that some functions will work without linking ag... (by Repeater)
|
by LmaverickD
Rock Paper Scissors Game for Project plz Help
|
|
[3 replies] Last: Be more careful as you write, and try the program out a few times as y... (by icy1)
|
Monte Carlo Pi |
|
[5 replies] Last: Thank you lastchance, this is much simpler than mine and makes a lot m... (by jordanhood1234)
|
by heyitsme1998
Everything is fine until I got the result of cos x at 90
|
|
[6 replies] Last: Just kinda summarizing advice from Peter87 , John56432, lastchance int... (by icy1)
|
by SwissPie
random number generator not working properly
|
|
[1 reply] : rand() generates a random number between zero and RAND_MAX. RAND_MAX ... (by Repeater)
|
by piotrowskid
Need assistance with starting my assignment
|
|
[no replies]
|
by Vinz24
creating game character using class
|
|
[4 replies] Last: Here is some sample code to get you going... #include <iostream> #inc... (by Manga)
|
by mister2018
Assignment
|
|
[6 replies] Last: Hello mister2018, As jonnin said most of time the class definition is... (by Handy Andy)
|
by Masonbrady3
Homework trouble. Can't get my programs to work
|
|
[1 reply] : private prevents using things. So for #1 your first problem is making... (by jonnin)
|
by Masonbrady3
Class Assignment
|
|
[3 replies] Last: just compile them check does: using namespaces std; ; << . { } (by jamesgodspower)
|
by Masonbrady3
Homework. Please help
|
|
[1 reply] : I don't see how one can help without doing the homework for you... xD ... (by Marcus Aseth)
|
by ParadOx22
Help
|
|
[2 replies] Last: Hello ParadOx22, The first thing that is missing is the header file "... (by Handy Andy)
|
by TheMina
Help! Trying to input checked INTs to an ARRAY
|
|
[6 replies] Last: Thank you very much! This did the trick. (by TheMina)
|
by MIHYAP
What's wrong with my code
|
|
[3 replies] Last: You don't re-initialise each of res1 and res3 before you try to comput... (by lastchance)
|
by mohdkharsa
Homework
|
|
[1 reply] : I want know if I am on the right track. I think you are, but there a... (by Enoizat)
|
by Kukamunga
Help with class assignment creating a bill.
|
|
[1 reply] : All of your functions promise to return something but they actually ne... (by coder777)
|
by ducksauce
Calculator program using '^' power of 2
|
|
[5 replies] Last: So, put the evaluation of the expression in a loop, which keeps runni... (by JLBorges)
|