Join us at IRC!
You cannot teach a man anything; you can only help him find it within himself. - Galileo
Wednesday, May 23, 2012
Navigation
Members Online
Total Online: 36
Web Spiders: 17
Guests Online: 34
Members Online: 2

Registered Members: 70173
Newest Member: TheGreek
Latest Articles
View Thread

HellBound Hackers | Computer General | Programming

Page 1 of 3 1 2 3 >
Author

Difference between c and c#

Orillian
Member



Posts: 68
Location: The Sprawl
Joined: 30.06.09
Rank:
Monster
Posted on 05-08-09 21:33
I am looking up the differences between c and c#. So far I have found out that c# seems to be microsofts take on c, but in what way, the syntax or the way the code is layed out or what?

anyone shed any light on this?


I outsmarted you, something you will NEVER forgive me for
casperorillian@hotmail.co.uk
Author

RE: Difference between c and c#

-Kurt-
Member



Posts: 52
Location: 74.64.93.220
Joined: 29.08.06
Rank:
God
Posted on 05-08-09 21:35
C# actually more resembles C++ than C, as it is object-oriented. Some people describe it as a mix between Java and C++. It has automatic garbage collection I believe.
inferne@live.com
Author

RE: Difference between c and c#

-Kurt-
Member



Posts: 52
Location: 74.64.93.220
Joined: 29.08.06
Rank:
God
Posted on 05-08-09 21:41
MoshBat wrote:
Thus far, you can't even use Perl correctly, let alone a more advanced language, such as the ones you have mentioned.

I agree. Take it slow and start out with Perl like you've been doing, or Python if you don't like Perl. I would say I'm pretty advanced with languages like Perl and PHP, and I know C++, but it still kicks my ass sometimes.
inferne@live.com
Author

RE: Difference between c and c#

-Kurt-
Member



Posts: 52
Location: 74.64.93.220
Joined: 29.08.06
Rank:
God
Posted on 05-08-09 21:47
MoshBat wrote:
-Kurt- wrote:
MoshBat wrote:
Thus far, you can't even use Perl correctly, let alone a more advanced language, such as the ones you have mentioned.

I agree. Take it slow and start out with Perl like you've been doing, or Python if you don't like Perl. I would say I'm pretty advanced with languages like Perl and PHP, and I know C++, but it still kicks my ass sometimes.

Python will beat him, too. He can't quite use an interpreter.

Then I would recommend some language like Javascblockedript, but he would probably fuck that up somehow.
inferne@live.com
Author

RE: Difference between c and c#

-Kurt-
Member



Posts: 52
Location: 74.64.93.220
Joined: 29.08.06
Rank:
God
Posted on 05-08-09 21:55
MoshBat wrote:
Something like that?

Probably, but I doubt he'd get as far as opening Notepad. That takes a lot of skill.
inferne@live.com
Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 05-08-09 22:05
Damn you guy's are brutal today. Give the man abreak I think he mastered notepad from his last thread. :D



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 05-08-09 22:11
No for the hundreth time.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 05-08-09 22:16
It's from the comic book "korg the destroyer". He was a barbarian that ransacked and basically just kicked ass. My friends gave me that nick along time ago to fit my attitude problem.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 05-08-09 22:22
Yeah your mom doesn't profile well. HAAAAA



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 05-08-09 22:23
Nice.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

S1L3NTKn1GhT
Member



Posts: 468
Location: XXXX
Joined: 03.06.06
Rank:
God
Warn Level: 10
Posted on 05-08-09 22:25
Holy fuckin off topic shit... wow... :p


root@wtf.org#su - dumbass

Dude you're AWESOME!
-SystemMeltdown(MSN)
http://isexu.com
Author

RE: Difference between c and c#

Demons Halo
Member



Posts: 261
Location: Sweden
Joined: 26.03.09
Rank:
Hacker Level 1
Posted on 05-08-09 23:01
MoshBat wrote:
"I can't get Javascblockedript to work, what's wrong"?
...
Erm?
I really don't know how you can fuck that one up, there mate.
What are you trying?

"Well, it just shows the code in a white window. I can change it".
...
Oh, really? It is called Notepad?

"Oh, yeah! Thanks!".
...
No problem!

"The problem still stands".
...
*facepalm*

Something like that?


rofl.. epic post mosh =P

This may sound stupid but in my opinion PHP (SS language) + python (interpeter language) + C/C++ (compiled language) is all you need if order to understand and be able to work with almost all other languages.
I've been looking @ java, perl, VB, ruby etc. and I must say that all of them are pretty similar, so I keep wondering why there are so many -_-


base_dropper@hotmail.com www.demonshalo.com
Author

RE: Difference between c and c#

-Kurt-
Member



Posts: 52
Location: 74.64.93.220
Joined: 29.08.06
Rank:
God
Posted on 05-08-09 23:42
Demons Halo wrote:
PHP (SS language) + python (interpeter language)

I wouldn't really consider server-side to be a "type" of language. Both python and and PHP are interpreted languages and both can be used on the server-side. C can be used on the server-side but is not interpreted.
inferne@live.com
Author

RE: Difference between c and c#

Demons Halo
Member



Posts: 261
Location: Sweden
Joined: 26.03.09
Rank:
Hacker Level 1
Posted on 06-08-09 01:12
-Kurt- wrote:
Demons Halo wrote:
PHP (SS language) + python (interpeter language)

I wouldn't really consider server-side to be a "type" of language. Both python and and PHP are interpreted languages and both can be used on the server-side. C can be used on the server-side but is not interpreted.


Sure but as far as I know (and I know very little), you need CGI to run python as a Server-Side. I've personally not tried python in terms of web-programming/Server-Side bullshit, that's why I put PHP in a category by itself!

@ mosh
yeah they are =D

δh meaningless if you ask me =P
I fail to see the areas where languages like ruby or perl could be better than python in.


base_dropper@hotmail.com www.demonshalo.com
Author

RE: Difference between c and c#

spyware
Member



Posts: 4190
Location: The Netherlands
Joined: 14.04.07
Rank:
God
Warn Level: 90
Posted on 06-08-09 07:30
Perl is a regex language, dickhead. People named it "Practical Extraction and Report Language", for fucks sake.

PHP isn't a "SS" langauge (nice Nazi pun, btw), PHP is just a language that a lot of people use for web design, and because of this, most PHP developers keep in mind that it's used to display content in web browsers.






"The chowner of property." - Zeph
“Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.”
- Carl Sagan
“Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?” - Ebert
http://bitsofspy.net
Author

RE: Difference between c and c#

spyware
Member



Posts: 4190
Location: The Netherlands
Joined: 14.04.07
Rank:
God
Warn Level: 90
Posted on 06-08-09 07:46
Jesus Mosh, you knew what I meant. s/web design/web development/.

Perl is just not a "network language". Python, for example, would be a better "network language", since you can make a webserver in one line, and it doesn't look like complete (awesome) shit.




"The chowner of property." - Zeph
“Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.”
- Carl Sagan
“Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?” - Ebert
http://bitsofspy.net
Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 06-08-09 09:58
Wow, Sure are a lot of "dickheads" here. Anyway to sum it up every language has it use and everyone uses them to suit what they want to do. Ex: PHP can be used for a lot more than just web dev.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 06-08-09 10:03
Because example: skid 1 only knows PHP, That's why.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 06-08-09 10:07
MoshBat wrote:
You've lost me...


That's not hard to do. What I'm saying is if someone only knows php or python that's all he's going to code in therefore opening up his mind to try everthing they can with what they know.



I deal in pain, All life I drain, I dominate, I seal your fate.


Author

RE: Difference between c and c#

korg
Admin from hell



Posts: 1704
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06
Rank:
The Master
Posted on 06-08-09 10:18
Ok, A little slower then. Say skid1 and skid2 want to code a bruteforcer.
Skid1 only knows php so he's going to write it in php. While skid2 only knows python so that's what he's doing it in. Of course we know which one is more efficient in the task. Therefore any thing they need to do they'll use what they know. And stop fuckin' up my senarios damnit.



I deal in pain, All life I drain, I dominate, I seal your fate.


Page 1 of 3 1 2 3 >
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.