Simple Display-String Method in GLUT





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

10
Date Submitted Tue. Aug. 8th, 2006 1:19 AM
Revision 1
Beginner ciorga
Tags CPlusPlus | float | int | toString
Comments 1 comments
Transform any basic type to string. Very handy for log messages

Usage:

int i(12);
float j(3.14);
cout
7
Date Submitted Fri. Aug. 4th, 2006 8:22 AM
Revision 1
Beginner plinge
Tags CPlusPlus | MFC
Comments 1 comments
Simple tests for dir and file existance. Path creation and removal.
6
Date Submitted Thu. Aug. 3rd, 2006 12:10 PM
Revision 1
Helper bobbyrward
Tags boost | CPlusPlus | Format | printf
Comments 0 comments
boost::format gives you the ablility to safely use printf like formatting as well as positional format specifiers ala .NET.
10
Date Submitted Thu. Aug. 3rd, 2006 11:54 AM
Revision 1
Helper bobbyrward
Tags boost | CPlusPlus | preprocessor | shared_ptr
Comments 0 comments
template function to create a boost::shared_ptr in the form

boost::shared_ptr classPtr = new_ptr(Arg1, Arg2);

You can also make new_ptr_access a friend of className and make the constructor and destructor private.

This keeps the end user from:

Creating an instance manually on the heap
Creating an instance manually on the stack
Deleting a shared_ptr manually using "delete get()"
-15
Date Submitted Wed. Nov. 9th, 2005 7:55 PM
Revision 1
Beginner vinnie
Tags CPlusPlus | XML | XSL
Comments 3 comments
Transform XML File with XSL Stylesheet
3
Date Submitted Tue. Nov. 8th, 2005 8:56 PM
Revision 1
Beginner jpeck
Tags Convert | CPlusPlus | HTML | Text
Comments 0 comments
Text to HTML Converte
-6
Date Submitted Wed. Oct. 26th, 2005 10:34 PM
Revision 1
Coder mattrmiller
Tags CPlusPlus | Time
Comments 4 comments
Get Current CTime
-3
Date Submitted Wed. Oct. 26th, 2005 10:33 PM
Revision 1
Coder mattrmiller
Tags CharFont | Compare | CPlusPlus
Comments 1 comments
Compare Two CharFont's
-4
Date Submitted Thu. Oct. 13th, 2005 7:36 PM
Revision 1
Coder mattrmiller
Tags CPlusPlus | Numeric | String
Comments 2 comments
Is String Numeric
-7
Date Submitted Thu. Oct. 13th, 2005 7:34 PM
Revision 1
Coder mattrmiller
Tags "Email Address" | CPlusPlus | Validate
Comments 4 comments
Validate Email Address