Forum: C++ Mar 7th, 2008 |
| Replies: 57 Views: 6,665 :)
Displaying the image is real easy if it is not encrypted ...
You can use glut + corona to easily display images.
http://www.daniweb.com/forums/thread63827.html#5
Also if you are... |
Forum: C++ Feb 25th, 2008 |
| Replies: 57 Views: 6,665 Use binary mode to open files which deal with encrypted text.
That should solve the problem with the EOF char :)
P.S Refer to my reply to your mail.
If you get it working post the working... |
Forum: PHP Dec 16th, 2007 |
| Replies: 5 Views: 972 use the function mysql_escape_string();
It will make sure all the characters are escaped and safe to use in a mysql query
escaping a character is adding a \ in front of a character. Eg: \'
... |
Forum: PHP Dec 12th, 2007 |
| Replies: 2 Views: 789 Simple.
Take the text of the article as a string, crop the string to a certain size, append "......" to the string and display it.
<?php
... |
Forum: Game Development Dec 12th, 2007 |
| Replies: 1 Views: 1,074 Let me warn you .... modding is not the way to go if you have no previous experiance with game programming. Sure, you will be able to get some fancy effects to the screen, but mostly you would be... |
Forum: C++ Jun 11th, 2004 |
| Replies: 5 Views: 2,970 What makes you so rich abu_sager?
:!: |
Forum: C++ May 27th, 2004 |
| Replies: 5 Views: 2,970 Good, well next time try doing the checking first Ok |