473,568 Members | 2,898 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C is best

C is the best because the hackers is most use the C lang
Jun 27 '08 #1
23 1340
Yep
vg****@gmail.co m wrote:
C is the best because the hackers is most use the C lang
Is that the only reason you can think of why C is good?
Jun 27 '08 #2
On 2008-04-29 00:20:27 +0200, Yep <yep@yepsaid:
vg****@gmail.co m wrote:
>C is the best because the hackers is most use the C lang

Is that the only reason you can think of why C is good?
It's actually a pretty good reason. If by hackers the troll means C
programming experts, which i assume for this post, then volume in
numbers can't be a bad thing. But it only stands with the previous
assumption though.

Jun 27 '08 #3
On Apr 29, 2:42*am, Alef Veld <a...@xs4all.nl wrote:
On 2008-04-29 00:20:27 +0200, Yep <yep@yepsaid:
vgn...@gmail.co m wrote:
C is the best because the hackers is most use the C lang
Is that the only reason you can think of why C is good?

It's actually a pretty good reason. If by hackers the troll means C
programming experts, which i assume for this post, then volume in
numbers can't be a bad thing. But it only stands with the previous
assumption though.
If C is best because hackers (expert programmers) use it, then I would
like to stress on - Why do hackers use it :-). The answer would then
go for why C is best ;-)
Jun 27 '08 #4
Ricky said:

<snip>
If C is best because hackers (expert programmers) use it, then I would
like to stress on - Why do hackers use it :-).
It's obvious - they use it because it's the best.

--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Jun 27 '08 #5
On Mon, 28 Apr 2008 05:26:00 -0700, vgnsh2 wrote:
C is the best because the hackers is most use the C lang
C can change your way of thinking, C gives every thing to make your self,
as mother is the first teacher of child just like C is the mother of all
hackers. through C we can understand computer. C is the best.
Jun 27 '08 #6
I was recently hacking into the OpenSSH client (ssh) source code.
It is written in C, and although some code structuring choices are
debatable, thanks to C's explicit flow of control and "transparen t
box" approach, it was a matter of minutes to figure out where to
change code. And the changes themeselves did not take long to
implement.
In the ssh client code functions are very long for no apparent reason
to me, and some structures are statically initialised where a dynamic
initialisation would probably have been best.
The change involved adding an extra option on the command line,
changing the password retrieval system and reordering the
authentication methods.
Not a big change, so as expected it did not take long to implement.
I have been programming in C, C++ Java and more recently Python.
Of all those languages, C is the only one where I can see how
productivity and expressiveness increase can be factually measured.
Jun 27 '08 #7
vg****@gmail.co m ha scritto:
C is the best because the hackers is most use the C lang
Here in Italy C is used for every computer programming exam.

OOP instead is with Java

C++ ... is dead...
Jun 27 '08 #8
I wouldn't go as far to say C++ is dead. But certainly it has now
reached critical mass.
You'll soon find Python is replacing Java in many environments.
Jun 27 '08 #9
On Apr 29, 11:15*am, Richard Heathfield <r...@see.sig.i nvalidwrote:
Ricky said:

<snip>
If C is best because hackers (expert programmers) use it, then I would
like to stress on - Why do hackers use it :-).

It's obvious - they use it because it's the best.

--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
best in what terms, you could have added many things like: expressive,
fast, good low level interface, etc etc. It depends on what you are
trying to do.
Jun 27 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
2216
by: John J | last post by:
I've written the following code into a class to search for and display the results of all races entered (The complete code is in a previous thread). I wish to amend the code so as to display the best result only. Can anyone suggest a simple amendment to the following that will result in only the best result being displayed?
136
9250
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to...
20
11293
by: hagai26 | last post by:
I am looking for the best and efficient way to replace the first word in a str, like this: "aa to become" -> "/aa/ to become" I know I can use spilt and than join them but I can also use regular expressions and I sure there is a lot ways, but I need realy efficient one
3
3991
by: Irene | last post by:
Hi all, I have set up a simple VB program (and later on an ASP interface) to manage an Athletics database. I'm using Access 2000. To simplify, I have the Athlets, the Competitions and the Scores tables. When I want to list of the best scores/ranking, I just do:
5
1805
by: l.woods | last post by:
I want your recommendation on which ASP.NET Shopping Cart software I should buy? Best code Best documentation Best support (if needed. I will buying source code, if possible) TIA, Larry Woods
10
3426
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read somewhere that each folder under the "web site" is compiled in separate assembly. I however, did not find that the "web site" creation in vs.net...
10
2971
by: Ren | last post by:
Hi All, I'm still rather new at vb.net and would like to know the proper way to access private varibables in a class. Do I access the variable directly or do I use the public property? public class MyClass private _variableName as integer public property VariableName as integer
4
1831
by: Ned Balzer | last post by:
Hi all, I am pretty new to asp.net; I've done lots of classic asp, but am just beginning to get my mind wrapped around .net. What I'd like to do is include some code that tests if a user is logged in, on each and every page, and redirects the user to a login page if s/he's not logged in. The login page will also take care of some...
24
2175
by: Earl | last post by:
I have all of my data operations in a separate library, so I'm looking for what might be termed "best practices" on a return type from those classes. For example, let's say I send an update from the UI layer to a method in a library class that calls the stored procedure. Best to return a boolean indicating success/failure, return a string with...
11
4671
by: ankitmathur | last post by:
Hi, I'm trying to overcome a situation whereby I have to search through 4-5 columns and produce the results with an order by according to the values matched in these columns. Example: My Table Structure: Create Table TestPfx
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7916
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7660
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6275
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2101
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
932
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.