Search Results

Search: Posts Made By: DyslexicChciken
Forum: Programming 12-12-2013
1,359
Posted By DyslexicChciken
I haven't run into any trouble just doing: ...
I haven't run into any trouble just doing:

int amount;

cin >> amount;

float number[amount];

I guess I am safe from doing this? It's more intuitive to me.
Forum: Programming 12-11-2013
1,359
Posted By DyslexicChciken
Array[count+1] legal?
I get weird decimal digits when I run the program below.

int coe_amount;

cout << "How many coefficients exist in your term? ";
cin >> coe_amount;

float...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy