| | |
Helping for initialization
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jul 2004
Posts: 65
Reputation:
Solved Threads: 0
for a simple program...
#include <iostream>
using namespace std;
int main()
{int x;
cout << "enter password\n";
cin >> x;
return 0;
}
for the pink colour part..
if i want my password to be in integer and alphabets, so what command line should i put?
and when i enter a password... i want it to reveal the code in this form "*****". How should i do that?
#include <iostream>
using namespace std;
int main()
{int x;
cout << "enter password\n";
cin >> x;
return 0;
}
for the pink colour part..
if i want my password to be in integer and alphabets, so what command line should i put?
and when i enter a password... i want it to reveal the code in this form "*****". How should i do that?
>and when i enter a password... i want it to reveal the code in this form "*****". How should i do that?
A C example (second snippet).
A C example (second snippet).
"One of the methods used by statists to destroy capitalism consists in establishing controls that tie a given industry hand and foot, making it unable to solve its problems, then declaring that freedom has failed and stronger controls are necessary." --Ayn Rand
![]() |
Similar Threads
- Dynamic Initialization implies Dynamic Help (C++)
- msurl.exe DLL Initialization failed (Viruses, Spyware and other Nasties)
- Helping for initialization (C++)
- Trouble with "Helping yourself" (Viruses, Spyware and other Nasties)
Other Threads in the C++ Forum
- Previous Thread: Using MFC in a Static Library
- Next Thread: Help me 2 modularise this
Views: 1971 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays based beginner binary c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort sorting spoonfeeding string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






