by vgdd
Adding player 2 to Nim
|
|
[1 reply] : Without giving any code because I'm at work, your code needs to store ... (by rcast)
|
by oatmeal678
Help with c++ calendar
|
|
[4 replies] Last: @oatmeal678 I tried different things with your dayofweek function, an... (by whitenite1)
|
by Jake123456
Problem with error message creating an instance of a struct
|
|
[1 reply] : You're returning a BinaryTreeNode object by value from the function. D... (by gunnerfunner)
|
by helios
Simplifying template code
|
|
[3 replies] Last: Maybe conditional: http://www.cplusplus.com/reference/type_traits/con... (by coder777)
|
by masol
how to embed opencv library inside visual c++ 2010 using lib
|
|
[1 reply] : Did you read this http://docs.opencv.org/2.4/doc/tutorials/introducti... (by coder777)
|
by mrityunjay23
Level of Nested for loop in c+
|
|
[2 replies] Last: > I have written a c program with 256 nested for loop. This is fundam... (by JLBorges)
|
by jomnepo
How to fix this in Linear Search?
|
|
[7 replies] Last: Yes, thanks Peter87 , you are right. (by Chervil)
|
by zeroblank
the code terminates before i even initialize the inputs
|
|
[6 replies] Last: Netbeans is a piece of junk , im downloading VS2015 <3 Thank you Ne55... (by zeroblank)
|
by Putarda
Deleting items from map while iterating problem
|
|
[6 replies] Last: This works perfectly! Thank you very much helios :)! (by Putarda)
|
Need help with Portable program missing dll |
|
[3 replies] Last: You have to use the XP toolset if you want to run on XP. There's no ot... (by helios)
|
by alien51
Unable to display two objects through a class of link list with a union method
|
|
[no replies]
|
by The Snowman
Pointer won't point at beginning address in array
|
|
[1 reply] : Lines 32 increments string3. After each increment, string3 refers to... (by dhayden)
|
by kapil2905
How to declare and define class member functions separately using template.
|
|
[2 replies] Last: Thanks @ne555 for pointing that out :) Wat a silly mistake :( (by kapil2905)
|
by ideallyneal
Unable to exit program properly
|
|
[2 replies] Last: #include<iomanip> #include<iostream> #include<string> #include<algori... (by JLBorges)
|
by Gray38Wolf
Error message leaves me hanging
|
|
[1 reply] : Is this message specific to something or is it some generic statement... (by cire)
|
stack and queue commenting |
|
[2 replies] Last: IMO, a lot of your code doesn't really need comments. If one chooses m... (by TheIdeasMan)
|
by Abbotta4
Code compiling in Visual Studio but not g++
|
|
[6 replies] Last: Also consider updating your compiler. g++4.9 is pretty old now. g++6.3... (by TheIdeasMan)
|
by ghost1111
structs array sorting
|
|
[9 replies] Last: i got it nevermind i figure it out (by ghost1111)
|
by landlord2017
Recommendation for books about Parallel programming C++
|
|
[5 replies] Last: Regarding the point about parallel programming vs threading - yes, poi... (by dangrr888)
|
by cowardlydog
Why ifstream unable to read csv data ?
|
|
[4 replies] Last: Just ignore what I said earlier. I wrongly assumed, based on the name,... (by Peter87)
|