by Raverad21
Word guessing program and C strings.
|
|
[4 replies] Last: I would take a look at my sample code and adopt some of the simpler te... (by IceThatJaw)
|
by Rodekki
Trouble with Pointers and Classes
|
|
[2 replies] Last: Bumped (by Rodekki)
|
by kox
Converting 3 ints to string
|
|
[15 replies] Last: Just don't laugh xd I still don't get it. I put these at the beginning... (by kox)
|
Working on a basic "Conversation" AI |
|
[4 replies] Last: 1) If you want to input a name instead of a number, use a string, not... (by AbstractionAnon)
|
by ruben123456
Provide solution
|
|
[1 reply] : Why don't you? (by ResidentBiscuit)
|
by geekocoder
output of the program
|
|
[4 replies] Last: The postfix operator has the highest priority among others operators i... (by vlad from moscow)
|
by geekocoder
partially initialized array
|
|
[2 replies] Last: but what's wrong in what i have said that if an array is initialized p... (by geekocoder)
|
by Greye
Short question
|
|
[1 reply] : It sets accu to 0 at the start. And if the first value you type in is... (by Moeljbcp)
|
by Zephilinox
Multiple definitions
|
|
[19 replies] Last: Ah I see! I didn't realise I was creating it outside of the namespace,... (by Zephilinox)
|
What does [ ] do? |
|
[2 replies] Last: Thank you, I appreciate it. (by VincentVindicated)
|
by geekocoder
## operator
|
|
[2 replies] Last: ## is a preprocessor directive. It pastes two tokens together. So f( ... (by vlad from moscow)
|
Help with while loop please |
|
[9 replies] Last: ok in the code if(play!='y'); printf_s("thanks for playing"); r... (by gsizzle10)
|
by biLmLik
friend function!!!!Logical pr0blem
|
|
[3 replies] Last: 0'thnxs guyz !!!!! (by biLmLik)
|
by aim1984
Debugging A C++ Program
|
|
[7 replies] Last: If you don't have a debugger, the addition of a few cout statements wi... (by Chervil)
|
by Fransje
:: operator
|
|
[2 replies] Last: Thanks! (by Fransje)
|
by texasz71
reading file, vector magnitude, angles
|
|
[10 replies] Last: thats okay, its much better if you write your own code :) Hopefully mi... (by martianxx)
|
by smrt
push_back not accepting input
|
|
[6 replies] Last: Yes, use a loop. Line 17 there is evil. You aren't allowed to do that,... (by Duthomhas)
|
by devonrevenge
tutorials that explain things like you are a beginner tend to end at polymorphism...what would the next steps be?
|
|
[no replies]
|
by Fransje
this in constructor | error
|
|
[1 reply] : You shall use either qualified (for hidden base classes) or unqualifie... (by vlad from moscow)
|
by Momojams
Question about executing a step within a loop
|
|
[1 reply] : You could put the values into a vector with push_back , then you have... (by TheIdeasMan)
|