User profile: Endl3ss

User info
User name:Endl3ss
History
Joined:
Number of posts:14
Latest posts:

Geting an interger to float
try a [code]double[/code] instead? also, [code]if(your code is formatted like this) { it is eas...

help with loops and if else
you can think of if else statements like: [code]if(this is true then) { true goes inside angle brac...

Palindrome Program
an idea might be to have a list of palindromes in an array that a reference can compare to. Otherwis...

Making a new file extension
you can write functions and structs in C++ that are of all of your own definitions is the closest I ...

Easy program not working
the [code]n%3==0[/code] alone should be sufficient enough to keep any other odd number out of your ...