User Profile
Collapse
-
@ Banfa: I use Dev C++ program for compiling -
What do u mean? How can i use them. I told you im a begginer can u give me step by step explanation? I think it will take 2 minutes of your valuable time...Leave a comment:
-
Calculator Question
I made 1 calculator in C++ but it looks preatty simple. If some 1 sees it, he will tell that i made it in 2 mins... How can i change the design and looks of the C++ programs? I mean i want my calculator to look like this 1 but i don't know how to modify it to my needs. Should i try learning C# for that? I need some advise, btw im only a beginner...
Code:
...Code:#include<iostream> #include<windows.h>
-
How about when a person enters a letter instantly to delete it? Is that possible?Leave a comment:
-
Letter question
How to make a program that says enter calculation. If a person enters non-numeric letter to say "That is an invalid operation" -
Hey Jos, now i figured it out. The problem is that the Sleep(X) function doesn't work for some reason do u know why? Did i include the right libraries?Leave a comment:
-
Beep sound
Can some 1 tell me why am i getting an Build error here? Everything seems to be fine...
Code:#include<iostream> #include<windows.h> using namespace std; int main() { Sleep(1000); Beep(100,10); system("PAUSE"); return 0; } -
Can you give the full code of it? Because i'm only a begginer i don't understand it clearly...Leave a comment:
-
Detect if character is number and add delay time
Hello i made a program based on the tutorial on youtube. It's suppose to calculate the average between 3 numbers so i got some questions about that.
1. How to detect when a person enters a number not a character = letter or non-numeric sign. So if he enters non-number i want the program to return him to the place where he entered it and ask him to enter the number again.
2. The program works great and calculates the average.... -
-
Basic Errors
Hello I am a fellow student who wants to learn this programming language. Just fixed my program for coding in C++ so took some online tutorials and I started coding. I'm using Dev C++ program which i heard works very well but I don't know why it gives me such errors on so simple codes like the one presented below. If some 1 is generous enough to help me I will be glad.
My code:
...Code:#include<iostream> using namespace
No activity results to display
Show More
Leave a comment: