Difference between revisions of "User:Dperit"
(→This is David Perit's user page.) |
(Added a whole list of useful guides) |
||
Line 16: | Line 16: | ||
IRC nickname: dperit | IRC nickname: dperit | ||
− | == Mini Bio == | + | == Resources == |
+ | |||
+ | Note: almost all of the following links were lifted directly from the thread located at | ||
+ | [http://forums.somethingawful.com/showthread.php?threadid=2773485 this forum] | ||
+ | I didn't find the guides shown, or create the links | ||
+ | |||
+ | '''Useful Guides:''' | ||
+ | [http://msdn.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx Visual C++ Deployment] | ||
+ | [http://blogs.msdn.com/vcblog/archive/2007/10/12/how-to-redistribute-the-visual-c-libraries-with-your-application.aspx How to redistribute the Visual C++ Libraries with your application] | ||
+ | |||
+ | [http://www.open-std.org/jtc1/sc22/wg21/ '''The C++ Standards Committee'''] | ||
+ | |||
+ | [http://www.parashift.com/c++-faq-lite/ C++ FAQ Lite] | ||
+ | |||
+ | [http://www.sgi.com/tech/stl/ SGI's STL documentation] | ||
+ | |||
+ | [http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Thinking in C++] | ||
+ | |||
+ | [http://www.artima.com/cppsource The C++ Source] | ||
+ | |||
+ | [http://beta.boost.org/community/generic_programming.html Overview of Generic Programming] | ||
+ | |||
+ | [http://beta.boost.org/community/exception_safety.html Exception Safety] | ||
+ | |||
+ | [http://graphics.ucsd.edu/courses/cse169_w04/ A course webpage, contains links to useful PDFs about animation and stuff] | ||
+ | |||
+ | '''Libraries:''' | ||
+ | [http://www.boost.org/ Boost] | ||
+ | |||
+ | [http://library.gnome.org/devel/glib/stable/ GLib] | ||
+ | |||
+ | '''GUI Libraries:''' | ||
+ | |||
+ | [http://msdn2.microsoft.com/en-us/library/aa383750.aspx Windows API] | ||
+ | |||
+ | [http://www.gtk.org GTK] | ||
+ | |||
+ | [http://trolltech.com/products/qt Qt] | ||
+ | |||
+ | [http://www.wxwidgets.org/ wxWidgets] | ||
+ | |||
+ | '''Good Books:''' | ||
+ | |||
+ | ''The C Programming Language'' by Kernighan and Ritchie | ||
+ | |||
+ | ''The C++ Programming Language'' by Bjarne Stroustrup | ||
+ | |||
+ | ''Accelerated C++'' by Andrew Koenig and Barbara E. Moo | ||
+ | |||
+ | [http://www.parkscomputing.com/cppwiki/index.php?title=List_of_recommended_books Other recommended C++ books] | ||
+ | |||
+ | == Mini Bio, last updated June 2010 == | ||
David Perit is a student at Seneca, in the CPA program. He likes computer games, books, and other fun things. | David Perit is a student at Seneca, in the CPA program. He likes computer games, books, and other fun things. |
Revision as of 10:07, 14 September 2010
Contents
This is David Perit's user page.
geek.jpg |
Contact Info
Name: David Perit
Main e-mail address: dperit@gmail.com
School e-mail address: drperit@learn.senecac.on.ca
Blog: http://dperit.blogspot.com/
IRC nickname: dperit
Resources
Note: almost all of the following links were lifted directly from the thread located at this forum I didn't find the guides shown, or create the links
Useful Guides: Visual C++ Deployment How to redistribute the Visual C++ Libraries with your application
Overview of Generic Programming
A course webpage, contains links to useful PDFs about animation and stuff
Libraries: Boost
GUI Libraries:
Good Books:
The C Programming Language by Kernighan and Ritchie
The C++ Programming Language by Bjarne Stroustrup
Accelerated C++ by Andrew Koenig and Barbara E. Moo
Mini Bio, last updated June 2010
David Perit is a student at Seneca, in the CPA program. He likes computer games, books, and other fun things.
At one point he was a Computer Science student at the University of Waterloo, before he realized that Computer Science isn't the right program for learning software development. After spending a bunch of time at Sun Life writing documentation for the Configuration Management team, he moved to Toronto and started attending the CPA program, which is infinitely better for him than Computer Science was.
Before he was a Computer Science student, he worked at RWDI in Guelph on the internal software team, maintaining and updating their intranet, as well as designing and writing a complete program for an external client over the course of 4 months. He acquired around a year of experience working with the .NET framework and C#, spread between versions 1.1 and 2.0 of the framework. He also acquired a bunch of experience with MS-SQL.