Advertisement
Guest User

Untitled

a guest
Nov 13th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. personal infoz
  2.  
  3. I do object-orientated software engineering in C++ on Windows with Visual Studio.
  4. Personal projects:
  5. A proposal(link) to add a bound function class to the C++ Standard Library (STL).
  6.  
  7. A proposal(link) to add additional lookup functions to the hash-based classes in the C++ Standard Library to extend their performance and flexibility.
  8.  
  9. A proposa(link)l to add Unicode support to the C++ Standard Library.
  10.  
  11. A series of tutorials(link) to aid newcomers to C++ programming, including sections on C++11 and the Standard Library. When I'm satisfied with the content, I intend to publish them as a book, as there are currently few (if any) books which teach C++11 from the ground up.
  12. .
  13. A multithreaded concurrent(link) simulation with some basic 3D graphics, Boost and DirectX, and custom data structures and algorithms.
  14.  
  15. A new language(link), multi-paradigm, intended to be an evolution on C++.
  16.  
  17. Achievements:
  18. StackOverflow profile(link)- ranked #160 out of over a million programmers who use the site, aiding junior programmers with C++, C and Lua, from buffer overflow and memory corruption to OOP design and concurrency to template meta-programming and the latest in C++11.
  19.  
  20. Education:
  21. 10/2009 to 06/2012
  22. Obtained (2-year qualification) in Computer Science at X University. I did a six-month six-man project working in C# ASP.NET Webforms to produce a website. I also did brief projects with a Java OO GUI program, PHP server-side programming, Javascript client-side programming, and some Haskell.
  23.  
  24. I also did modules covering Unicode, operating systems and networks, programming languages, assembly and CPU design, and databases.
  25.  
  26. 09/2007 to 06/2009
  27. Obtained results in Physics, Mathematics, and Law, respectively.
  28.  
  29. 11/2006 to 09/2009
  30. Wrote Lua scripting modifications for a retail game, Supreme Commander.
  31.  
  32. Work experience:
  33. Worked for five months operating a checkout for place in town.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement