User profile: jvlinh

User info
User name:jvlinh
Bio:I'm an Electrical Engineering undergrad and a programming enthusiast.
History
Joined:
Number of posts:6
Latest posts:

Need Help with problem please!
I've fixed your code to my liking and replaced your main loop with a better one. All you have to do ...

Help me with this program
very simple program i shouldn't have to do your whole homework for you try something first then edit...

else without a previous if with an if in the code.
Humans are smarter than computers. It cannot understand (A < x < B) But it does understand (x > A &&...

C++ simple GUI conversion
this looks more like c# but anyways, why have 2 lines of string returns of the same caller, where yo...

How to output a string two letters at a time?
[code] for(int i = 0; i < input.lenght(); i++) { cout << input[i] << input[i+1] << " "; } [/...