No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Well, in my opinion, as long as you don't get addicted to it and keep switching to Facebook when you're developing stuff, it should be fine. I don't use Facebook often, only when I'm really very bored lol. I do have an account in Google+ though, which I use to …
Hello my fellow friends! :) I joined Daniweb because I find the community very friendly and the forum is very active. I am currently a year 1 Computer Science student studying in the University of Nottingham. I'm trying hard to gain knowledge on programming right now, and I know that …
[QUOTE=busty043;1600286]anyone can you help me to my C++ i cant take the error everytime i make a program i got error and can you give me a program that can solve the area of Circle In Turbo C. thanks[/QUOTE] Seriously, do you expect people here to help you do your …
The program crashes because you did not initialize the variable "num". And I also noticed that in the 23rd line, the logical operators you used is wrong. In this case, instead of using ||, you should be using &&. So if the number is less than or equal to 3000 …
First of all, is this the cropped version of the code, or you didn't include <iostream> header and the std namespace? You'll need to include this in order for cout, cin and endl to work properly. [code] #include <iostream> using std::cout; using std::cin; using std::endl; [/code] And in your do-while …
The End.
Cuzzie