help installing ncurses (mac) |
|
[4 replies] Last: thanks! (by heyyouyesyouiloveyou)
|
help with makefile (mac) |
|
[no replies]
|
by Ch1156
Game questions
|
|
[17 replies] Last: As for the component based system, do you mean like for my engine mak... (by giblit)
|
by Nielyboyken
Adding SFML library Geany
|
|
[9 replies] Last: You need to have a loop that renders your window and other stuff. Go c... (by firedraco)
|
by yj1214
do i need java to play games that are written in java?
|
|
[4 replies] Last: Java code runs in a JVM, which is how they achieve the "Compile once, ... (by ResidentBiscuit)
|
Am I ready to pick up C++? |
|
[6 replies] Last: C++ has a stigma of being very large and very scary. And to some degre... (by Duthomhas)
|
by Zloi
Convert str to int.
|
|
[5 replies] Last: Also you might also like to use the stringstream objects , i mean th... (by closed account SECMoG1T)
|
by pals123
Help with output
|
|
[11 replies] Last: If you're checking the value that was sent into the function, you'd wa... (by wildblue)
|
Can't find the error (related to % ?) |
|
[2 replies] Last: Thanks, changing it to int(pow(3,i)) gets rid of the problem.... (by gameprogrammer)
|
by haider885
write function on file
|
|
[1 reply] : file << input(); This will print the value returned by input(), but... (by Peter87)
|
by eliS300
Reading Strings From Two Files
|
|
[1 reply] : Sorry the contents of the files aren't clear. File1.txt: 1r ... (by eliS300)
|
by HumanPotato
Having issues with this Program why wont it run?
|
|
[2 replies] Last: Line 14: Your float calculation is going to get truncated to an int. ... (by AbstractionAnon)
|
by Nezar
What does it mean to join a thread ?
|
|
[3 replies] Last: NT3 did a great job but I'd like to add that in order to "master multi... (by Computergeek01)
|
by Borstian
importing data from text file to vector
|
|
[4 replies] Last: i is a point iterator, and dereferencing it returns a point. The pr... (by Lowest0ne)
|
by shadowCODE
Tournament simulator
|
|
[1 reply] : It doesn't give us much to go on to say "I have an idea but it is too ... (by Lowest0ne)
|
by Zloi
Calculator on Qt C++. Problem with QString and delete.
|
|
[1 reply] : 1) The data, which I get from lineEdit is a QString. But function lik... (by kbw)
|
by Borstian
Input from text file from a specific location
|
|
[2 replies] Last: Thank you very much, now it works. (by Borstian)
|
by lekha
while loop..
|
|
[3 replies] Last: i've found the solution thank you very much for your help... i really ... (by lekha)
|
by abdalimran
Not expected output
|
|
[2 replies] Last: Thanks a lot..I understand and it worked! :) (by abdalimran)
|
by yj1214
Should i learn python 2 or 3?
|
|
[3 replies] Last: Go for Lynda Tutorial - Python 3 Essential Training: Link: http://ww... (by Atyab)
|