by ErnstPeter
change game direction
|
|
[11 replies] Last: Don't post the same question in two different threads. It wastes peopl... (by Ganado)
|
by AkshayMalige
Combinations from 3d array picking one element from each array
|
|
[13 replies] Last: Okay, since recursion cannot be synthesized in hardware,Finally I had ... (by AkshayMalige)
|
C++: no matching function for call to 'min' |
|
[4 replies] Last: #include <iostream> int main() { const int LIMIT{5}; in... (by againtry)
|
by andr7320
[Request] Port GTA V PC Mod to xbox 360. Have PC Source Code
|
|
[2 replies] Last: It can't be accomplished with Visual Studio and the XNA Game Studio li... (by andr7320)
|
by trut8
Convert from pascal to c++
|
|
[3 replies] Last: thank you (by trut8)
|
by whybborn
Simple code for WASD Movement?
|
|
[3 replies] Last: Hello, isn't that what you're looking for to start with? http://www.c... (by oneidacharisse)
|
by afedorov
istream for testing
|
|
[11 replies] Last: Why don't you show us the code of the function you want to test? Maybe... (by Thomas1965)
|
Error at initializing a member from superclass |
|
[6 replies] Last: Thank you for your hint, ne555. (by nuderobmonkey)
|
by greenway
Taking the sum of numbers from a file, after parsing
|
|
[1 reply] : Instead of outputting the time in each loop iteration just sum it up a... (by Thomas1965)
|
by greenway
Adding/averaging numbers from a text file
|
|
[3 replies] Last: #include <iostream> #include <fstream> #include <sstream> #include <v... (by lastchance)
|
call by address |
|
[4 replies] Last: void replace(std::string *p,std::string str1,int x){ p =str1 ; st... (by dhayden)
|
by ColBosky
Filespace relating Error on CodeBlocks
|
|
[7 replies] Last: https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windo... (by Ganado)
|
by Scarletpimp
Can a class member object of parent class have reference of parent class
|
|
[1 reply] : Yes, you just need a forward reference to B : class B; class A { B* ... (by coder777)
|
by gilbertosbs1
program people registration error line 70 expected while before '}' token
|
|
[8 replies] Last: Yeah, you should be more frickin’ careful in future Grandpa hayden. (by againtry)
|
calcualtor |
|
[10 replies] Last: that may be overkill but it can't hurt to see it. I think the 'keep t... (by jonnin)
|
by helios
Level-Matrix-Theory(LMT):
|
|
[3 replies] Last: Well, it doesn't compile for starters. Original code was at https://co... (by lastchance)
|
by julie2019
The Code of the Command & Conquer Game: Bugs From the 90's. Volume one
|
|
[2 replies] Last: I worked on a system in the early 90's that did very detailed static a... (by dhayden)
|
by Mcurry24
Bluetooth motor control IOS
|
|
[5 replies] Last: > response = ble.read(); This is an abstract idea which you need to ma... (by salem c)
|
by Android1
OCI Oracle from Visual Studio 2017 C++
|
|
[5 replies] Last: Oracle also has a downloadable OCI SDK that include .lib files you cou... (by deleted account xyzzy)
|
by volang
std::string.assign() the right way
|
|
[14 replies] Last: For example, you might read an undefined value into the string and lat... (by helios)
|