Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~420 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Saeid_1

/***************************************************\ * This program imagery dice rolling * * Write by : saeid asaadian * * Create date : 11 - 14 - 2015 * * Version : 1.0 * \***************************************************/ #include <iostream> #include "conio.h" #include <ctime> #include <cstdlib> #define random(x)(rand()%x) #define randomize()(srand(time(0))) using namespace std; int main() { cout …

Member Avatar for vasanth19
0
209
Member Avatar for Saeid_1

hi guys . i run this code but when i input the password it dosent show star against password . whats the problem ? #include <iostream> #include "conio.h" using namespace std; int main() { const int pass = 6004; char ch = 0; int ans = 0; cout << "Please …

Member Avatar for rproffitt
0
211