Page 3 of 3

Re: [Tutorial] Advanced C

Posted: Fri Oct 04, 2013 10:01 pm
by m0skit0
If you say so Jose! :mrgreen:

Re: [Tutorial] Advanced C

Posted: Mon Nov 11, 2013 8:15 am
by onnz423
C remembers me of C# (Sharp) Its kinda same.

Re: [Tutorial] Advanced C

Posted: Mon Nov 11, 2013 9:33 am
by Acid_Snake
onnz423 wrote:C remembers me of C# (Sharp) Its kinda same.
C came before C# so it's the other way around.

Re: [Tutorial] Advanced C

Posted: Wed Nov 13, 2013 8:56 am
by onnz423
Acid_Snake wrote: C came before C# so it's the other way around.
Yes i know, but when you learn C# C Will be kinda easy (Mostly).

Re: [Tutorial] Advanced C

Posted: Sat Nov 16, 2013 8:56 pm
by m0skit0
Yeah, give it a try and you'll see ;) :mrgreen:

Re: [Tutorial] Advanced C

Posted: Mon Nov 18, 2013 9:10 pm
by Acid_Snake
onnz423 wrote:
Acid_Snake wrote: C came before C# so it's the other way around.
Yes i know, but when you learn C# C Will be kinda easy (Mostly).
- no Object Oriented Programming, so you don't have classes
- no Garbage Collectors, you gotta do memory management yourself
- primitive data types, there's no wrappers for int, char, etc
- heavy requirement of low-level knowledge. If you don't know how computers work, don't go for C
- no real paradigm or strict syntax, you can find really, really, really, really nasty and unreadable code in C.

so yeah, C is soooooooo similar to C#

Re: [Tutorial] Advanced C

Posted: Wed Nov 27, 2013 10:17 pm
by m0skit0
Acid_Snake wrote:C is soooooooo similar to C#
:lol: Yeah I guess people think syntax is everything... Amateurs! :lol:

Re: [Tutorial] Advanced C

Posted: Thu Jan 09, 2014 8:03 am
by Acid_Snake
m0skit0 wrote: :lol: Yeah I guess people think syntax is everything... Amateurs! :lol:
whenever they say stuff like that I imagine them doing this:

Code: Select all

using stdio;
printf("hello world"<<endl;

Re: [Tutorial] Advanced C

Posted: Sat Jan 11, 2014 9:53 pm
by m0skit0
Hey, that's C#++ :lol:

Re: [Tutorial] Advanced C

Posted: Wed Jan 29, 2014 6:59 pm
by Lord Aaron
m0skit0 wrote:Hey, that's C#++ :lol:
it could be worse, it could be Objective C#++
oh god, lets hope Apple doesn't see my post, it would be giving him ideas, naughty ideas