473,411 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Hello, World!

Hello, World! This is my first post.

Nov 14 '05 #1
10 1799

"TheProgrammer" <cc******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hello, World! This is my first post.


Congrats.

It's lightyears off topic, too. Better pick up some book on netiquette.
Nov 14 '05 #2
dandelion wrote:
"TheProgrammer" <cc******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hello, World! This is my first post.

Congrats.

It's lightyears off topic, too. Better pick up some book on netiquette.


Yeah, how dare he say hi before asking questions.

The incredible nerve. It is like going into a sportsbar
and buying a round before starting the discussion about sports.

Horrible, horrible behaviour.

--
Thomas.
Nov 14 '05 #3
Thomas Stegen wrote:
dandelion wrote:
"TheProgrammer" <cc******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hello, World! This is my first post.


Congrats.

It's lightyears off topic, too. Better pick up some book on netiquette.


Yeah, how dare he say hi before asking questions.

The incredible nerve. It is like going into a sportsbar
and buying a round before starting the discussion about sports.

Horrible, horrible behaviour.


Actually I thought he was being ironic in a port-modernist kind of way. But then
I thought, 'what crap you speak'.
Nov 14 '05 #4

"TheProgrammer" wrote...
Hello, World! This is my first post.


I think we are lucky that very few people open a thread to say hello for
their first post.
It would be quite boring to read :)

Welcome anyways.

K
Nov 14 '05 #5
Peter Hickman wrote:
Actually I thought he was being ironic in a port-modernist kind of way.
But then I thought, 'what crap you speak'.


Was the modernist ported to Linux and hence became a post-modernist?

Incidentally, which "he" are you referring to?

--
Thomas.
Nov 14 '05 #6
TheProgrammer a écrit :
Hello, World! This is my first post.


You should experiment scanf now instead of printf ;-)
Nov 14 '05 #7
Thomas Stegen <th***********@gmail.com> spoke thus:
Yeah, how dare he say hi before asking questions.
It sounds like a test post to me, and therefore better directed to a
test newsgroup.
The incredible nerve. It is like going into a sportsbar
and buying a round before starting the discussion about sports.


If OP had actually bought a round for us, he probably would have
received a hero's welcome...

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #8
On Mon, 20 Dec 2004 10:48:00 +0000, Thomas Stegen
<th***********@gmail.com> wrote in comp.lang.c:
dandelion wrote:
"TheProgrammer" <cc******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hello, World! This is my first post.

Congrats.

It's lightyears off topic, too. Better pick up some book on netiquette.


Yeah, how dare he say hi before asking questions.

The incredible nerve. It is like going into a sportsbar
and buying a round before starting the discussion about sports.

Horrible, horrible behaviour.


If he'd offered to buy a round, he would have gotten a friendlier
response.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #9
TheProgrammer wrote:
Hello, World! This is my first post.


Please read the welcome message:
I found it on Google Groups

+"Welcome to comp.lang.c!"

by searching for
+"Welcome to comp.lang.c!"

Bookmark the C FAQ

http://www.eskimo.com/~scs/C-faq/top.html

and consult it before asking a frequently asked question.

If you are looking for something [software],
please attempt a net search yourself first [using Google]

http://www.google.com/

then, if you can't find what you need,
tell us about your search
before asking for help to narrow your search.
Nov 14 '05 #10

"Jack Klein" <ja*******@spamcop.net> wrote in message
news:3r********************************@4ax.com...
On Mon, 20 Dec 2004 10:48:00 +0000, Thomas Stegen
<th***********@gmail.com> wrote in comp.lang.c:
dandelion wrote:
"TheProgrammer" <cc******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...

>Hello, World! This is my first post.
Congrats.

It's lightyears off topic, too. Better pick up some book on netiquette.


Yeah, how dare he say hi before asking questions.

The incredible nerve. It is like going into a sportsbar
and buying a round before starting the discussion about sports.

Horrible, horrible behaviour.


If he'd offered to buy a round, he would have gotten a friendlier
response.


Ok....

I'll buy everyone a beer in the FooBar....
Nov 14 '05 #11

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

Similar topics

24
by: Andy Sutorius | last post by:
Has anyone successfully created a Hello World program without using Visual Studio.NET? If so, what IDE did you use and what namespaces did you import? Thanks! Andy Sutorius
2
by: ME | last post by:
I am trying to find a prewritten method for converting a string like this:"Hello World" to this "Hello\sWorld". I plan to use it to build a regular expression. Specifically I am looking for a...
17
by: Tim Judd | last post by:
I must not be grasping anything here. Just a simple application, as follows (as any first-program is...) ---- #include <iostream.h> int main() { cout <<"hello world"; return 0;
6
by: RC | last post by:
Hello World, I am try do call a JavaScript function from XSLT, but I got function not avaible error. See "????" below. Would someone out there tell me how? Thank Q! <xsl:stylesheet...
8
by: vijay | last post by:
Hello, As the subject suggests, I need to print the string in the reverse order. I made the following program: # include<stdio.h> struct llnode { char *info;
4
by: arnuld | last post by:
i am learning C and doing the exercise 1-1 of K&R2, where K&R ask to remove some parts of programme and experiment with error, so here i go: #include <stdio.h> int main () { printf('hello...
0
by: C.W.Holeman II | last post by:
As K&R state the hardest part is getting a first instance to work. So I am looking for a "hello, world!" example for adding an additional element to an XHTML file. <html> <head><title>Hello,...
1
by: James T. Dennis | last post by:
You'd think that using things like gettext would be easy. Superficially it seems well documented in the Library Reference(*). However, it can be surprisingly difficult to get the external details...
11
by: cj | last post by:
Perhaps someone knows how to do this. When I open a new ASP.NET web service application in VS 2008, it opens with a simple Hello World web service already written. I want to see this work. ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.