What is wrong with my program? |
|
[2 replies] Last: Except for a couple of compiler errors I picked up using VS2015 this c... (by closed account 48T7M4Gy)
|
by ripon 123
need help with this
|
|
[no replies]
|
by worros
Why isn't my loop program working?
|
|
[6 replies] Last: i meant if you input a few numbers, what should the output be? *If it ... (by jasonwynn10)
|
Redefinition of base class methods error |
|
[no replies]
|
by waseem1996
plz help
|
|
[2 replies] Last: we don't do homework for people. we will help you but you will have to... (by jasonwynn10)
|
HELP WITH TIC TAC TOE |
|
[5 replies] Last: DUDE USE CODE TAGS!!! http://www.cplusplus.com/articles/jEywvCM9/ (by jasonwynn10)
|
Best method to save data (Serialized Tree output to file) |
|
[1 reply] : 0 are flags and data not set. (by vivienneanthony)
|
by alex067
Struct inside class
|
|
[1 reply] : The problem is that you just have a type created but not a variable. ... (by Thomas1965)
|
by samarth123
Arithmetic progression
|
|
[10 replies] Last: The logic looks correct, however it is not reflected in your code. Wh... (by cire)
|
by Akroncs
Lo Shu Magic Square
|
|
[1 reply] : This is the code I have so far and I keep getting errors thrown. I... (by doug4)
|
by AcarX
Initializers in class
|
|
[2 replies] Last: EntityManager is just a container with a few helper functions. Somethi... (by AcarX)
|
by Uza1rShah
i am a beginner in c++ nd i have a program in my book like this . plz tell how to make it !
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std; int main(... (by xusworld)
|
by hakak
Array between functions
|
|
[1 reply] : Remember that the name of the array can be used as a pointer to the fi... (by MikeyBoy)
|
pointer |
|
[5 replies] Last: ARE THERE ANY ONE HEAR? Keep in mind that everyone here is a volunt... (by dhayden)
|
by kalki
How to use switch statement with char array !
|
|
[4 replies] Last: Okay Thank You (by kalki)
|
by technologist
namespace & static_cast
|
|
[3 replies] Last: Thanks (by kalki)
|
by technologist
multiple .cpp files
|
|
[2 replies] Last: There was a fair bit of diversity in that link, but I might attempt to... (by TheIdeasMan)
|
by hulseNcam
Need some lessons or tips.
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/ is a great start https://www3.... (by closed account 48T7M4Gy)
|
by Edgy
c2011 class type redefinition
|
|
[1 reply] : You've defined the Horse class in both files. I would say by the look ... (by closed account 48T7M4Gy)
|
by hailey246
having some trouble for 2 days now with external files
|
|
[1 reply] : please use code tags. It helps read the code. #include <iostream> #in... (by jasonwynn10)
|