need help with console coding
hi guis,
i need a console:
i used this code for a console but there is a loop missing and i don t know how to code a loop > becouse i m still learning c++ someone have to edit this code and add a loop
Code:
#include <iostream>
using namespace std;
int main()
{
float address;
cin >> address;
system("pause");
}
what the programm have to do:
- if i type a adress like this in it: 0x97342 and i press enter the console have to be empty and ... i can do it again.. type a adress in it and if i press enter again its empty again. <<< please add this on the code
if someone can help me successfull he get credits for the console!
Just get a regular book and learn form the beggining