Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Azura

Pages: [1]
1
Found it on the Webs / Re: Medical breaktrough, the skin gun.
« on: July 03, 2011, 03:37:49 pm »
Wow! That's simply brilliant! Nice find :)

2
C - C++ / Re: What got you started on C++?
« on: July 03, 2011, 09:38:55 am »
I started learning c/c++ because it was a requirement for a 1 year course I did last year in programming. Doing a diploma in games development atm.
 
I had been programming for years previous to the course but never really got too deep into it until then.

3
Projects and Discussion / Re: Evilzone Card Game
« on: July 02, 2011, 06:25:57 pm »
What language are you going to write this in? if you don't mind me asking...?
Also will it be a windows form app or are you planning on using something like direct x or opengl?

4
Hacking and Security / Re: Assembly, the best language?
« on: July 02, 2011, 03:05:31 pm »
You can generally optimize assembly slightly more than other languages (if you are good at it, otherwise, chances are you'll make it less optimized, not knowing what you are doing) but unless you have a really performance heavy section of your program or you want to reduce the size of your executable (+ the reasons other posters posted) you are better off learning something like c/c++.

Learning assembly is quite useful though, as it helps you understand what your compiler is really doing under the hood and even if you don't use assembly often it can help you optimize your higher level language code.

5
Projects and Discussion / Re: Evilzone Card Game
« on: June 27, 2011, 03:56:26 pm »
I'm assuming this would be over the net or lan?

Pages: [1]