so far my code looks like
when i type 1 after i run it though nothing happens then it closes..help plzCode://Coded by: Pwrade////////////////////// //////////////////////////////////////// /////////////World of warcraft////////// /////////////Formulas of Things///////// //////////////////////////////////////// //////////////////////////////////////// #include <iostream> using namespace std; int main() { int Select; int clvl; int ap; int Arm; cout<< "==== Version 0.1 Alpha====\n"; cout<< "=========================\n"; cout<< "====Coded by: Pwrade=====\n"; cout<< "==========================\n "; cout<< "\n";cout<< "\n";cout<< "\n";cout<< "\n"; cout<< "0- Attack Power\n";cout<< "1-Damage Reduction\n"; cout<< "2-exp\n"; cin>> Select; cin.ignore(); if( Select == 0){ cout<< "Enter Your Attack Power"; cout<< "\n"; cin>> ap; cin.ignore(); cout<< " your character does "<< ap/14 << "DPS(w/o weapon)" <<"\n"; if ( Select == 1){ cout<< " Please enter your Armor"; } } cin.get(); }



LinkBack URL
About LinkBacks


