by audib7a4
inefficient code C++ problem
|
|
[3 replies] Last: thank you guys, that helps a lot. yes, i will go back and look it all ... (by audib7a4)
|
by Angeljruiz
Globals
|
|
[3 replies] Last: Ive updated my code to //Globals.h enum Directions { Left, Right, No... (by Angeljruiz)
|
by dudeman007
Visual Studio, zipping and uploading project folders
|
|
[no replies]
|
by chipp
bug
|
|
[4 replies] Last: #include<iostream> #include<cstdlib> using namespace std; int main() ... (by Pter0dactyl)
|
by kuriolis
Infinite looping problem... (help?)
|
|
[4 replies] Last: line = DASH40 exit inner loop back to top of outer loop set line = "em... (by fg109)
|
End of File not working Properly |
|
[4 replies] Last: Thank you so much. It works now. (by austinwade912)
|
by dudeman007
Programming Best Practices
|
|
[17 replies] Last: Also, I know this has to do exclusively with style, but I consider thi... (by Catfish2)
|
by tina123
Generate user pressing key board event
|
|
[1 reply] : can you write out what you done so far? (by Felicia123)
|
by uperkurk
Counting words in a file
|
|
[2 replies] Last: Thank you so much! I knew I was on the right lines. Thanks again you k... (by uperkurk)
|
by misslittle1
Help with the switch statement. It wont build and I dont know what mistakes I made in the code. Please, help.
|
|
[2 replies] Last: Thank you for your help. I fixed it. And now am debugging it. :) Yay (by misslittle1)
|
by tdcslong09
multiples
|
|
[1 reply] : That's because you are comparing counter to 20 which is the max value ... (by Raezzor)
|
by caster5
loops
|
|
[1 reply] : I did this: #include <iostream> using namespace std; int main() { ... (by Jikax)
|
by slappy5star
no appropriate default constructor available
|
|
[1 reply] : The object SodaMachine contains an array of DrinkInfo objects name... (by Moschops)
|
by BandK
please help :( simple sort problem
|
|
[2 replies] Last: This not work. I try this. But thanks... (by BandK)
|
by lolwe
Help for beginner
|
|
[1 reply] : Anyone? (by lolwe)
|
by NoobMathe
[code]while ( scanf ("%lf ",&tem data) == 1)[/code]
|
|
[1 reply] : scanf returns a value that represents the number values read correctly... (by TheIdeasMan)
|
by code2004
Issues with a generic method
|
|
[no replies]
|
by Dylan2012
Inventory program help.
|
|
[3 replies] Last: Both of your suggestions where a great help, thank you both so much. (by Dylan2012)
|
by codetojoy
pass by reference
|
|
[11 replies] Last: yes lets not be throwing points around thats what they do at dream in ... (by devonrevenge)
|
by nahla
Command Line Arguments and flags
|
|
[2 replies] Last: You can't do that with a switch . And you are comparing pointers, no ... (by ne555)
|