User profile: Lynst

User info
User name:Lynst
Email:james.lemire.programmer@gmail.com
Name:James Lemire
Location:Florida
Website:http://N/A
Bio:A beginner C++ programmer (10/13/13) starting early before college and planning on majoring in it.
History
Joined:
Number of posts:6
Latest posts:

Decimal multiplication with variables
So for some very odd reason, if I want to make a variable that holds (.03*100) it equals 2, which is...

For Loop and Arrays : Displaying a list from greatest to least
I restarted, and working on getting it to just display the order of people I input, for some reason ...

For Loop and Arrays : Displaying a list from greatest to least
I'm unfortunately still not getting this to work. :/ [code] #include <iostream> using namespace std...

For Loop and Arrays : Displaying a list from greatest to least
I seem to be having some trouble of understanding the concept of switching around array values and d...

Code::Blocks While Loop Issue
Well first I figured out that there's a huge difference between [b]W[/b]hile and [b]w[/b]hile. When ...