| | |
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: 1970 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char class classes code coding compile compiler console conversion convert count data database delete developer display dll email encryption error file forms fstream function functions game generator getline givemetehcodez graph homeworkhelper iamthwee ifstream image input int java lazy lib loop looping loops map math matrix memory multidimensional multiple newbie news node number output parameter pointer problem program programming project proxy python random read recursion recursive reference return sort sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






