by rp2345
Connect four game program
|
|
[2 replies] Last: well, you need a board, probably a (conceptually) 2-d array of charact... (by jonnin)
|
by DragonOsman
PPP2 Chapter 11 Exercise 2 (1,2)
|
|
[22 replies] Last: If it interests you, try extending this so that if the word being sear... (by JLBorges)
|
by SSteven
How to use add_lvalue_reference as a template function parameter?
|
|
[4 replies] Last: > template< typename T > void f( typename std::add_lvalue_reference<T... (by JLBorges)
|
Automatically saving the operation through passing the command line argument |
|
[5 replies] Last: You could use timer. When the timer fires you call the save function (by Thomas1965)
|
by Jubberwacky
Help Duplicating Array
|
|
[5 replies] Last: ok so i was piddling around with my previous assignments and finally g... (by Jubberwacky)
|
by Jubberwacky
Duplicate array??
|
|
[8 replies] Last: ok so i was piddling around with my previous assignments and finally g... (by Jubberwacky)
|
by Kourosh23
Header file and .cpp - Bugs ! - C++
|
|
[3 replies] Last: The problem with the bugs are it is one after another. The problem w... (by cire)
|
by kapil2905
Can public members of base class be initialised using initialisation list in a derived class.
|
|
[2 replies] Last: > all the public members of base class are inherited by the derived ... (by ne555)
|
Need help with win xp WIN32 console app |
|
[4 replies] Last: Thank you. However, I have used DEV C++ to build a new project directl... (by Codelyoko2409)
|
by rudi
Template function pointer argument
|
|
[8 replies] Last: Consider plain-old inheritance --store owning pointers to base classe... (by rudi)
|
by ghost1111
arrays and strings
|
|
[no replies]
|
by spike32
Problem in Looping back to Start
|
|
[1 reply] : you can wrap all of main in a bool done = false; while(!done) { ev... (by jonnin)
|
by omarespanol
Problem declaring typedef TOKEN_ELEVATION using windows api
|
|
[3 replies] Last: TOKEN_ELEVATION is a type. See: https://msdn.microsoft.com/en-us/li... (by coder777)
|
by HelloWizard
Help!: Printing out all monotonic functions
|
|
[3 replies] Last: the program will run until numerical limits are reached which will tak... (by jonnin)
|
by EdJames94
Cross Correlation of Two Signals
|
|
[1 reply] : If anyone might have any advice on this, it would be really useful for... (by EdJames94)
|
by glennyballs
Encryption/Decryption Function
|
|
[3 replies] Last: Got it, thanks for all the help. (by glennyballs)
|
by dariodem
Euclidean distance between std::vectors
|
|
[2 replies] Last: Excellent JLBorges! Thank you very much! (by dariodem)
|
Memory Access Error Vector |
|
[3 replies] Last: Looks like the line // Generate patch ... (by elbanono)
|
by edge6768
-Wreorder
|
|
[2 replies] Last: It's logical to assume that the member variables will be initialized i... (by Peter87)
|
by hamedtaheri
Send Unit8
|
|
[no replies]
|