by stav
Multithreaded architecture
|
|
[2 replies] Last: If you really want to "create a multithreaded library that calculate m... (by Cubbi)
|
by ThePuppay
Conversion from array to vector
|
|
[9 replies] Last: IMO, in this game a "Tile" should probably describe each actual tile. ... (by jlb)
|
by dkaip
How to copy an image file into clipboard in windows without MSVS tools
|
|
[3 replies] Last: system("clip < filename"); //I have not tried this. It may only work... (by jonnin)
|
by oxGrEeKxo
Calling a Function in a Loop
|
|
[6 replies] Last: thanks a lot, ne555 sorry for the oblivious questions learning this st... (by oxGrEeKxo)
|
by suryakalam
need info compiler generated member function
|
|
[4 replies] Last: > any way , i can check code being generated by compiler by reading ob... (by JLBorges)
|
by MisterCplus
interested only.
|
|
[5 replies] Last: ¿so a P2E has three inputs? @jonnin, ¿could you please use code tag... (by ne555)
|
by adam2016
Game physics are wrong(ball bouncing)
|
|
[2 replies] Last: > I know roughly each time a ball is bounced it's height will be appro... (by ne555)
|
by adam2016
SDL collision bounds problem
|
|
[7 replies] Last: Thanks Jonnin :) yes the text is just for debugging I will have to re... (by adam2016)
|
by japagaijin
Compound Interest Help Please!!
|
|
[3 replies] Last: The amount of money in the account after interest is applied is: ( am... (by Repeater)
|
by oxGrEeKxo
Calling a Function
|
|
[8 replies] Last: unsigned int x; do { x = menu(); //other stuffs } while (x <6 ... (by jonnin)
|
by afleet
Flickering in Snake Game
|
|
[10 replies] Last: For Visual Studio #include <windows.h> void gotoxy(int x, int y) {... (by homy18)
|
by ayme
Don't know how to do the specification of the class
|
|
[1 reply] : > i think i should use two maps one for each dataset i have(one reads ... (by salem c)
|
by justjared20
Need help creating functions .h file
|
|
[4 replies] Last: 2.5) #include "functions.h" in both functions.cpp and your main file. (by doug4)
|
by oxGrEeKxo
Converting Char to Double
|
|
[8 replies] Last: oh thanks that one helped a lot :) (by oxGrEeKxo)
|
by adam2016
undefined reference with codeblocks
|
|
[13 replies] Last: > here is the contents from the cbp file you had -lSDL2 -lSDL2main ... (by ne555)
|
by dfortizc
Reading a file
|
|
[2 replies] Last: Thank you, jonnin, for your help. char *locale = setlocale(LC_ALL, ""... (by dfortizc)
|
Troublesome task involving cin. functions. |
|
[1 reply] : each separated by a whitespace From this line, I am assuming that... (by Ganado)
|
by Anoraki
Good Portable Game Framework/Engine for a semi-large 2D Game with C++?
|
|
[6 replies] Last: It's just a bunch of syntax errors. I can't give them right now becaus... (by Anoraki)
|
by bobster99
std::erase issue with WCHAR
|
|
[10 replies] Last: Whine, whine, whine. Whimper elsewhere, child. (by tpb)
|
by JUAN DENT
How to create a container of functions?
|
|
[4 replies] Last: Thanks for the ideas!! (by JUAN DENT)
|