User profile: aidenkael

User info
User name:aidenkael
Name:Al Woods
Location:Michigan
History
Joined:
Number of posts:28
Latest posts:

Recursive function to convert to base
[code] #include <iostream> int Convert(int num, int base) { // What is the formula? } int...

Opening files and reading from them
Okay, so I made the changes to the code to use a relative path, and it falls to open. If I add the ...

Opening files and reading from them
File size is always zero, even though I know that there is info in it. [code] // Homework 4.cpp ...

Choosing a random number gives me error in array
My code [CODE] #pragma once #include <iostream> #include <cstdlib> #include<ctime> class S...

MidTerm Exam Question
Not in the slightest.