Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #25.0K
~2K People Reached
Favorite Tags
c++ x 5
php x 3
c x 1
c# x 1

7 Posted Topics

Member Avatar for davidrgarber

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

Member Avatar for VernonDozier
0
286
Member Avatar for plang007

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 …

Member Avatar for plang007
0
537
Member Avatar for etangryk08

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 (:

Member Avatar for Evilfairy
0
400
Member Avatar for ayesha08

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

Member Avatar for Evilfairy
0
236
Member Avatar for xxreenaxx1

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]

Member Avatar for xxreenaxx1
0
236
Member Avatar for eoop.org

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.

Member Avatar for diafol
0
128
Member Avatar for kgizo

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

Member Avatar for diafol
0
115