3PRB Friday, March 8th 2013

Learnt some more C# I think this is actually my first entry for 3PRB, I guess because its all basic knowledge I already know just different syntax.

  • For loop syntax, basically exactly the same as C++
  • Learnt that C# arrays have so many useful functions WOW I don't think C++ have them you have to code them yourself.
  • Console.WriteLine(); is slow and takes up a lot of time compared to how fast the computer can actually do the calculations without outputting anything.
  • I basically went ahead and completed Assignment D as well and added extra like a for loop that outputs all the array elements without me even being taught about arrays yet :)

Was this helpful?

Yes No


Comments