User profile: cppbeginer123

User info
User name:cppbeginer123
History
Joined:
Number of posts:9
Latest posts:

mask password and store as string
http://www.pasteall.org/32479 This work for me .

How would I type y = x + 3/4 - 2 in c++ lang.?
#include <iostream> using namespace std; [code]int main() { int x , y; cout<<"The value of \"x\" is...

User to exit the program
else if (choice==5) { return 0; } this code exit the program when user press 5 . Are you lookin...

User to exit the program
int main() { int choice; cout << "1.Hello world \n"<<"...\n"<<"5. Exit the program\n"; cin>...

Nested While loop?
okay , my problem was in variable declaration , i declarate the variable that i used on inner loop ,...