- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
![]() | Re: [QUOTE=VernonDozier;1666060]Double posting is selfish. Show some respect for peoples' time and pick a forum and stick with it. You've already been helped there. Anyone on daniweb who helps you is likely going to give you the same advice. [url]http://www.codeguru.com/forum/showthread.php?p=2037720[/url][/QUOTE] Not really, if you're looking for an answer to a question … |
Re: I'm sorry, but I don't understand what you're actually asking here. If you're learning from a book then try to go back a few pages, as the information needed to complete your lesson is probably there (: If you're just wanting the code for this problem then trust me, you're … | |
Re: If you're wanting to work with graphics rendering in C++ I would recommend the SDL (Simple DirectMedia Layer) library. Take a look at [url]http://www.libsdl.org/[/url] for more information, there are some good tutorials for you and it should get you started in no time (: | |
Re: [QUOTE=ayesha08;1587762]uhmm.. sorry.. didn't quite grasp what you mean.. but here's the code: [CODE]double Quiz1, Quiz2, Quiz3; double NoOfLate, NoOfAbsences; double Project, MidtermExam; double TotalCS; cout<<"\t\tGrading System\n\n"; cout<<"Quiz 1:\n"; cin>>Quiz1; cout<<"Quiz 2:\n"; cin>>Quiz2; cout<<"Quiz 3:\n"; cin>>Quiz3; cout<<"Average of Quizzes:\n"; cout<<(Quiz1 + Quiz2 + Quiz3)/3<<endl; cout<<"Number of Late:\n"; cin>>NoOfLate; cout<<"Number of Absences:\n"; … | |
Re: I'm not entirely sure here so don't shoot me if I'm wrong, but in C# [CODE]""[/CODE] and [CODE]null[/CODE] are not the same. Have you tried using: [code=php]if($answer == null) { //code } [/code] | |
Re: Have you tried reading the [url=http://www.daniweb.com/forums/thread191031.html]sticky[/url] at the top of this forum? It sounds like your problem is very similar to the one listed there, and your answer might be in that thread. ![]() | |
Re: You need to type [code=language] for code tags, kgizo ;-) Additionally, you might want to try asking in the [JavaScript / DHTML / AJAX Forum](http://www.daniweb.com/forums/forum117.html). You're more likely to get an answer there than in the PHP forum ![]() |