User profile: dragonStarN

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:dragonStarN
History
Joined:
Number of posts:10
Latest posts:

HELP PLEASE! Astrix and triangles..
[code]#include <iostream> using namespace std; int main() { int N; int i, j; do { cout << "E...

Looking for C++ Learning Group
[quote]I am just sign a few of hour ago, I still getting to website. I am sending message to anyone ...

c++ large binary to decimal conversion
[quote]Hi thank you for your replay, how to do this? [/quote] You already have this : [code]int le...

cin without pausing the rest of the code
Could it be you are using an old C++ compiler? My solution updated. See above.

cin without pausing the rest of the code
Try this mini-program. [code]#include <iostream> #include <string> #include <conio.h> using namespa...