by asdfg123
Need help with Roomba
|
|
[no replies]
|
by mirahmed39
Error: sortLastNames was not declared in this scope.
|
|
[9 replies] Last: it worked. I used the mutator functions as you said, but the array did... (by mirahmed39)
|
by abdirahmaan
i need that answer dear
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
How to open Visual Studio proyect on Dev c++ |
|
[5 replies] Last: You can probably report your own post and specify in the motivation th... (by minomic)
|
by KickAz
Giving a name inside the program to our text file using OFSTREAM ?
|
|
[10 replies] Last: Thank you very much! I was doing it without the .c_str() part (by KickAz)
|
by ctaylor4874
Why are my if statements not executing correctly?
|
|
[1 reply] : You have a semi colon at the end of the if on line 110. (by shadowmouse)
|
by andrewku1995
hangman- game doesnt stop with correct answer
|
|
[1 reply] : It's a bit hard to read the code because I don't understand the langua... (by Peter87)
|
by kong288
Should AI movement/logic happen during input or update?
|
|
[3 replies] Last: Honestly, your AI can go anywhere, but one thing that I've learned in ... (by ultifinitus)
|
Problem retrieving vector elements from another class |
|
[5 replies] Last: I solved. I created a instance from Class A in the main and call the ... (by TheCatintheHat)
|
by kong288
Give parent class a pointer to an object for all child classes?
|
|
[1 reply] : assign it in the constructor in the base class? class GameObject { p... (by Gamer2015)
|
using "system()" is bad ? |
|
[3 replies] Last: The system() is a standard C function. Platform independent. Yeah, t... (by Gamer2015)
|
by kunz
Arrays
|
|
[2 replies] Last: The simplest solution to use would be a struct. http://www.cplusplus.c... (by andywestken)
|
by dominover
class inside a class?
|
|
[3 replies] Last: Thanks coder, got it now. (by dominover)
|
by icemewtwo64
Process Name not Outputed?
|
|
[no replies]
|
by icemewtwo64
Process Problem?
|
|
[1 reply] : I was able to fix it, just a problem with a curly brace messed it up e... (by icemewtwo64)
|
Help with C Xor encrypting |
|
[1 reply] : so i changed my unhex function I still have problem my string is not a... (by maximumcapacity)
|
by Evenilink
Clear 'ENTER'
|
|
[8 replies] Last: You are correct: GetAsyncKeyState() does not modify the input buffer. ... (by Duthomhas)
|
by LayMuon
Where does Visual Studio 2015 look for header files?
|
|
[3 replies] Last: I put all headers in a folder under Projects-> ConsoleApplication, doe... (by LayMuon)
|
by LayMuon
quotient
|
|
[2 replies] Last: No, but you can write your own easily enough: inline double iquotie... (by Duthomhas)
|
by Crogn
looping objects?
|
|
[3 replies] Last: i'll point you to http://www.cplusplus.com/doc/tutorial/dynamic/ which... (by BlatantlyX)
|