User profile: simeckijan2

User info
User name:simeckijan2
Name:sime
Location:croatia
History
Joined:
Number of posts:6
Latest posts:

Need help with understanding
cout << printf("Enter what has to be done",1); This will display how many leters with space have th...

Help with While looping
I agree with HBehbahani but here are some code - you must modify something to work for you.. it will...

Loto game- two same numbers
#include <iostream> #include <ctime> using namespace std; int main() { srand((unsigned)time(NUL...

Loto game- two same numbers
thanks, Here is the same, little different code I do not know where is a bug, can you explain me ple...

Loto game- two same numbers
#include <iostream> #include <time.h> using namespace std; int main() { srand((unsigned)time(NU...