Advertising (This ad goes away for registered users. You can Login or Register)

[Tutorial] Advanced C

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: [Tutorial] Advanced C

Post by m0skit0 »

If you say so Jose! :mrgreen:
Advertising
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
onnz423
Posts: 147
Joined: Sat Dec 29, 2012 4:25 pm
Location: Finland

Re: [Tutorial] Advanced C

Post by onnz423 »

C remembers me of C# (Sharp) Its kinda same.
Advertising
Image
Image
Image
Image
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Advanced C

Post 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.
onnz423
Posts: 147
Joined: Sat Dec 29, 2012 4:25 pm
Location: Finland

Re: [Tutorial] Advanced C

Post 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).
Image
Image
Image
Image
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: [Tutorial] Advanced C

Post by m0skit0 »

Yeah, give it a try and you'll see ;) :mrgreen:
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Advanced C

Post 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#
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: [Tutorial] Advanced C

Post by m0skit0 »

Acid_Snake wrote:C is soooooooo similar to C#
:lol: Yeah I guess people think syntax is everything... Amateurs! :lol:
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Advanced C

Post 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;
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: [Tutorial] Advanced C

Post by m0skit0 »

Hey, that's C#++ :lol:
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
Lord Aaron
Posts: 22
Joined: Tue Oct 01, 2013 8:56 pm

Re: [Tutorial] Advanced C

Post 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
Locked

Return to “Programming and Security”