School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,822 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,769 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
PHP - Uploading a File in PHP Tutorials (Last Comment: e_barroga, Views: 521)
Bitwise Operators in C++ Tutorials (Last Comment: e_barroga, Views: 460)
DLLs - Explicit Linking in C++ Tutorials (Last Comment: e_barroga, Views: 474)
Function Pointer Tutorial in C++ Tutorials (Last Comment: e_barroga, Views: 721)
State Management in C++ Tutorials (Last Comment: e_barroga, Views: 318)
The Explicit Keyword in C++ Tutorials (Last Comment: e_barroga, Views: 338)
Singleton Design in C++ Tutorials (Last Comment: e_barroga, Views: 455)
Indexers in C# Tutorials (Last Comment: e_barroga, Views: 328)
Properties in C# Tutorials (Last Comment: e_barroga, Views: 297)
Operator Overloading in C# Tutorials (Last Comment: e_barroga, Views: 305)
Delegates in C# Tutorials (Last Comment: e_barroga, Views: 408)
Exception in C# Tutorials (Last Comment: e_barroga, Views: 309)
Structs in C# Tutorials (Last Comment: e_barroga, Views: 330)
Foreach Statement in C# Tutorials (Last Comment: e_barroga, Views: 267)
Preprocessor Directives in C# Tutorials (Last Comment: e_barroga, Views: 374)
Code Snippets
Submitted: September 1, 2009        Views: 1260
I'm not sure if something like this has already been submitted but I required it just a while ago and figured I'd share it with everyone.
Submitted: July 20, 2009        Views: 120
This snippet demonstrates splitting a string using whitespaces. A very easy method for tokenizing especially useful for beginners to study. Helps beginners get into the tokenizing scene with baby steps. Also introduces iterating vectors with iterators.
Submitted: June 21, 2009        Views: 106
This is a simple snippet that loads a file, sorts the lines in alphabetical order and then saves to a new file.