Search Results

Search: Posts Made By: DyslexicChciken
Forum: Programming 12-12-2013
1,362
Posted By Corona688
Not really, no. Variables are supposed to have...
Not really, no. Variables are supposed to have their size fixed at compile-time, not runtime. I've had to fix lots of code where people have done things like that. It happened to work for them by...
Forum: Programming 12-11-2013
1,362
Posted By MadeInGermany
count+1 is legal but you should stay within the...
count+1 is legal but you should stay within the defined range 0...coe_amount-1.
Forum: Programming 12-11-2013
1,362
Posted By Corona688
On the very last loop, [count+1] will go beyond...
On the very last loop, [count+1] will go beyond the end of the array. So make your loop one shorter.

Also, this is not legal:

float coefficient[coe_amount]; ...or rather, is legal only in a...
Forum: Programming 11-25-2013
10,453
Posted By jim mcnamara
It does nothing you can see from the outside, so...
It does nothing you can see from the outside, so yes, that is correct.

You would benefit from reading one of the many basic tutorials on getting started with C or C++. Based on your code I'd say...
Forum: Programming 11-25-2013
10,453
Posted By Corona688
Again, the compiler is not asking you to jam...
Again, the compiler is not asking you to jam random things into the middle of your code when it says main doesn't exist. It's asking you to add main(), unrelated to your code, outside it.

Of...
3,522
Posted By Yoda
That is really wierd! How about this: cd...
That is really wierd!

How about this:
cd c:\Users/username/Desktop
Replace username with your windows username.
Showing results 1 to 6 of 6

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