Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   How we recognize newbies as newbies (http://www.velocityreviews.com/forums/t528906-how-we-recognize-newbies-as-newbies.html)

Alf P. Steinbach 08-13-2007 05:29 PM

How we recognize newbies as newbies
 
1. Invalid "int _tmain", "void main", etc.
2. Needless and incorrect "(T) expression"
3. Complaints that output doesn't appear.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

arnuld 08-13-2007 06:45 PM

Re: How we recognize newbies as newbies
 
> On Aug 13, 10:29 pm, "Alf P. Steinbach" <al...@start.no> wrote:
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.


:D

i shew the last characteristic


Thomas J. Gritzan 08-13-2007 07:12 PM

Re: How we recognize newbies as newbies
 
4. Makes Top-Postings and/or quotes signatures :-)

Alf P. Steinbach wrote:
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.
>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is it such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on usenet and in e-mail?


--
Thomas
http://www.netmeister.org/news/learn2quote.html

Victor Bazarov 08-13-2007 07:39 PM

Re: How we recognize newbies as newbies
 
Alf P. Steinbach wrote:
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.

... or appears not the one that "should be",
especially in the case of 'cout << ++i << ++i'.

5. Requests to point to "the best web site
to learn C/C++".



BobR 08-13-2007 08:40 PM

Re: How we recognize newbies as newbies
 

Alf P. Steinbach <alfps@start.no> wrote in message...
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.


9. Which to learn first, C or C++. (asked in c.l.c++).
42. What is my error? (no code shown).
293. Subject: HELP! Body: Help me.
307. How to graphic?
309. How to make a major networking app., with threads. (newbie???)
309a. ""... How to open file?
309b. ""...'cout' doesn't work (like 3.).

--
Bob <G> R
POVrookie



Jim Langston 08-13-2007 09:22 PM

Re: How we recognize newbies as newbies
 
"BobR" <removeBadBobR@worldnet.att.net> wrote in message
news:Tk3wi.34209$ax1.24314@bgtnsc05-news.ops.worldnet.att.net...
>
> Alf P. Steinbach <alfps@start.no> wrote in message...
>> 1. Invalid "int _tmain", "void main", etc.
>> 2. Needless and incorrect "(T) expression"
>> 3. Complaints that output doesn't appear.

>
> 9. Which to learn first, C or C++. (asked in c.l.c++).
> 42. What is my error? (no code shown).
> 293. Subject: HELP! Body: Help me.
> 307. How to graphic?
> 309. How to make a major networking app., with threads. (newbie???)
> 309a. ""... How to open file?
> 309b. ""...'cout' doesn't work (like 3.).


406. What comes after pico?



Victor Bazarov 08-13-2007 09:29 PM

Re: How we recognize newbies as newbies
 
Jim Langston wrote:
> "BobR" <removeBadBobR@worldnet.att.net> wrote in message
> news:Tk3wi.34209$ax1.24314@bgtnsc05-news.ops.worldnet.att.net...
>>
>> Alf P. Steinbach <alfps@start.no> wrote in message...
>>> 1. Invalid "int _tmain", "void main", etc.
>>> 2. Needless and incorrect "(T) expression"
>>> 3. Complaints that output doesn't appear.

>>
>> 9. Which to learn first, C or C++. (asked in c.l.c++).
>> 42. What is my error? (no code shown).
>> 293. Subject: HELP! Body: Help me.
>> 307. How to graphic?
>> 309. How to make a major networking app., with threads. (newbie???)
>> 309a. ""... How to open file?
>> 309b. ""...'cout' doesn't work (like 3.).

>
> 406. What comes after pico?


666. "Hey! Don't criticize my code! If you don't
want to help, just don't respond! Sheesh!"



red floyd 08-13-2007 10:31 PM

Re: How we recognize newbies as newbies
 
On Aug 13, 10:29 am, "Alf P. Steinbach" <al...@start.no> wrote:
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.
>

397. What's the most efficient way to save 0.001 microseconds on
something I haven't even profiled yet?


Gianni Mariani 08-13-2007 10:57 PM

Re: How we recognize newbies as newbies
 
Alf P. Steinbach wrote:
> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.
>



999.
void main()
{
.... // ... segv somewhere here
}

Can you tell me what the problem is ?


1000.

test.cpp:42 Undefined variable 'i'.
What does this compiler error mean ?

Default User 08-13-2007 11:16 PM

Re: How we recognize newbies as newbies
 
Alf P. Steinbach wrote:

> 1. Invalid "int _tmain", "void main", etc.
> 2. Needless and incorrect "(T) expression"
> 3. Complaints that output doesn't appear.


An inordinate interest in the size of things.




Brian


All times are GMT. The time now is 02:14 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57