Code center > Darwinbots3
Helping
havingphun:
I should be able to start helping on friday.
Numsgil:
Cool. How much background do you have in math and physics? I want to make sure I can give you a task that's not going to be too hard or too easy.
havingphun:
Well i know c++ pretty well. I only have a middle school education in math but i am very good at it and would learn more if i needed to. I know some physics but i cant find any good tutorials on it or how to implement it into proggramming. Also is c# much different than c++? I mean in the proggramming part is it similar in the way it c++ looks and acts?
havingphun:
I am also learning how to make gui's for windows, the ones that programs like notepad have. I am gonna learn opengl but that will also have to start on friday.
Numsgil:
C# is similar to C++. The syntax will feel familiar at least. It's closer to java, but it's not super weird like Caml or Lisp.
Here's two fairly small tasks. Either (or both) would be a good way to get your feet wet.
First, there's a bug I noticed in my unit testing framework after I fixed some performance issues. It has to do with callstacks. Clicky.
Second, I need someone to write Parse and TryParse methods for my Vector class. I've already done it for my Scalar class, and Vector is literally just a pair of scalars, so it should be pretty easy.
First step would be to grab the code from the repository and make sure you can get things compiling. Check the wiki for that, and let me know if you have any issues. The first issue is inside UnitTestSharp.sln. The second issue is inside Azimuth.sln (each module gets its own solution file). So make sure you can get either/both of those compiling and running.
Navigation
[0] Message Index
[#] Next page
Go to full version