Recently I have really got into C++.
I used to think being able to create batch files was the way forward. Don't get me wrong, knowing how to create batch files is great before stepping up to C++ but now I know where my heart is!
I could of never created anything as complex as the code I will show now.
This is a combination of 3 separate sources codes I have posted, to make one big fantastic program!
It is simply called...Ed George's Math Room Program...ADVANCE!
Ed George Math Room Program Adv.
/*
ed george 2008
Please Enter Version and Update Date */
#include <iostream>
#include <cmath>
#include <string>
using namespace std;
int main(){
string version;
version = "1.2.0";
string update;
update = "02/03/08";
char ch = 0;
int choice(0);
int schoice(0);
const double PI = 3.14159;
cout << "------------------... View In Full
This is a combination of my circle tool and my gradient tool.
I used "switch(){}" for the first time in this program.
It seems to work fine in DevC++.
Any tips please comment!
This code was made to trick my sister into believing my parents had banned her from youtube.com!
I made a batch file that opened IE after stating that "Websense" was active.
I thought I would add to