How do i add SFML 2.5.1 to my path? |
|
[no replies]
|
Assignment |
|
[2 replies] Last: #include <iostream> #include <cctype> #include <limits> int main() {... (by deleted account xyzzy)
|
by Scarletpimp
how to convert void* to int
|
|
[5 replies] Last: Thanks everyone for the response, Doing below cast works static_cast<... (by Scarletpimp)
|
by Utku
SFML rotation of sprite with small steps
|
|
[5 replies] Last: It should be seen as continuous change in rotation. Every game frame... (by deleted account xyzzy)
|
by JUANDENT
Cannot create a std::vector of const std::string!
|
|
[1 reply] : Can't do it. https://stackoverflow.com/questions/6954906/does-c11-all... (by Ganado)
|
by joe809
Lexeme Tokens
|
|
[5 replies] Last: When you read the escape character ("\"), you want to read the next c... (by doug4)
|
unique words from file!! |
|
[3 replies] Last: At least one mistake is on line 22: Replace sizeof(temp) with temp.... (by coder777)
|
by OYS
How to read a text file with data separated by commas into different variables respectively
|
|
[5 replies] Last: > but what if i want to insert the text file into an array? how do i d... (by salem c)
|
by BBrandon
Find the "Initial Patient" of a disease using code.
|
|
[3 replies] Last: I've only thought of throwing out the cases where two healthy cows int... (by BBrandon)
|
by Catchy
trying to make a player go around a map and give you certain phrases when you land on specific spots
|
|
[1 reply] : > if (gameBoard == gameBoard || gameBoard ) This isn't how you co... (by salem c)
|
by Wsaint1990
Creating a Mode function using array ponters
|
|
[2 replies] Last: I was able to get my code to work by modifying it so it compared the v... (by Wsaint1990)
|
by Zanza
Error in function?
|
|
[4 replies] Last: You want help don't edit your posts and delete the contents. Doing so... (by deleted account xyzzy)
|
by BBrandon
How to efficiently pick points from a given array so the distance between the two closest points are maximized.
|
|
[8 replies] Last: It's not for me to solve the puzzle for you. You're the one who presum... (by dutch)
|
by Cambalinho
how create a 3D Game without libraries?
|
|
[15 replies] Last: that entire image is 2 images for the cube... in these case i use the ... (by Cambalinho)
|
by Scarletpimp
Should we initialise queue and maps of a class in constructor
|
|
[3 replies] Last: Thanks, that answers my question. (by Scarletpimp)
|
by kainev
Entity Component System - Map Performance
|
|
[5 replies] Last: Note that I said an intrusive linked list, since that doesn't requir... (by helios)
|
by DeeMoo
Consol crash using Graphics.h
|
|
[8 replies] Last: I solved the problem. I changed initgraph to initwindow, deleted getch... (by DeeMoo)
|
by jonnin
Statistical Analysis For student's coursework marks listed.
|
|
[12 replies] Last: Tom Knight and the Lisp Machine I was going to quote this here yeste... (by mbozzi)
|
by R0bert
How to print all the diagonal elements of a 2d vector
|
|
[8 replies] Last: ... (by Ganado)
|
by aceadams
A tricky twist on the classic find#inversions in array problem
|
|
[1 reply] : {1, 2, 3, 4, 5} 0 1 2 3 4 Isn't that a linear... (by keskiverto)
|