Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: PC or Laptop
Post: RE: PC or Laptop

My current laptop is better than any desktop I've ever had love the new MBP's :D
Lewis_ Hardware, Networking and Wireless 67 140,956 14-05-2011, 03:48 AM
    Thread: Who can code?
Post: RE: Who can code?

Code: -- for (int i = 1; i < 101; i++) { if (i % 5 == 0 && i % 3 == 0) Console.WriteLine("FizzBuzz"); else if (i % 3 == 0) ...
Lewis_ Programming Support, Graphic Design and Tutorials 27 57,129 17-05-2011, 10:49 AM
    Thread: What Anti Virus do you use?
Post: RE: What Anti Virus do you use?

Got to be ESET.
Lewis_ Operating System and Software Support 15 35,323 23-05-2011, 01:23 AM
    Thread: Chromebook!
Post: RE: Chromebook!

I don't like the thought of all my personal files being stored on googles servers.
Lewis_ The Lounge 18 30,855 16-05-2011, 05:46 PM
    Thread: My first ever program.
Post: My first ever program.

Hope I'm not breaking any rules posting a .exe. Download at your own risk I suppose. http://dl.dropbox.com/u/16577909/Battleships%201.0.exe I'm in my first year at uni studying comp sci, out fir...
Lewis_ Programming Support, Graphic Design and Tutorials 5 15,606 17-05-2011, 11:38 AM
    Thread: [Help] Abstraction / Interfaces / Inheritance
Post: [Help] Abstraction / Interfaces / Inheritance

Can anyone explain these concepts to me please? I've got an exam thursday and need to get my head around them, and the lecture slides are making no sense.
Lewis_ Programming Support, Graphic Design and Tutorials 0 4,180 23-05-2011, 09:31 PM