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
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for MooGeek

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 …

Member Avatar for Netcode
4
502
Member Avatar for Cuzzie

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 …

Member Avatar for dean8710
0
171
Member Avatar for busty043
Re: C++

[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 …

Member Avatar for Narue
-2
150
Member Avatar for radiata

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 …

Member Avatar for WaltP
0
179
Member Avatar for clickspiker23

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 …

Member Avatar for NathanOliver
0
181

The End.