Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Not STL newsgroup... Where?

Reply
Thread Tools

Not STL newsgroup... Where?

 
 
Chris Mantoulidis
Guest
Posts: n/a
 
      01-08-2004
Is there a newsgroup that discusses non STL matters of C++?
(Preferably for GCC compilers).

(By non STL matters I mean things like sockets etc.)

BTW: Does this group talk about non STL matters?
 
Reply With Quote
 
 
 
 
Stephen Howe
Guest
Posts: n/a
 
      01-08-2004
> BTW: Does this group talk about non STL matters?

This group talks about C++ language and library. That is more than "STL
matters".

It does not talk about hardware.
So questions on screen,keyboard,mouse etc are off-topic.

It does not talk about particular compiler implementations, linking, using
make etc
So questions on installing VC++, VC++ switches, Borland compilers etc are
off-topic

It does not talk about OS-related questions.
So how to make a DLL, Sockets etc are off-topic.

Hope that helps

Stephen Howe



 
Reply With Quote
 
 
 
 
Peter van Merkerk
Guest
Posts: n/a
 
      01-08-2004
"Chris Mantoulidis" <> wrote in message
news: om...
> Is there a newsgroup that discusses non STL matters of C++?
> (Preferably for GCC compilers).
>
> (By non STL matters I mean things like sockets etc.)
>
> BTW: Does this group talk about non STL matters?


You can find the answers to your questions here:
http://www.slack.net/~shiva/welcome.txt
and here:
http://www.parashift.com/c++-faq-lite/


--
Peter van Merkerk
peter.van.merkerk(at)dse.nl



 
Reply With Quote
 
jeffc
Guest
Posts: n/a
 
      01-08-2004

"Chris Mantoulidis" <> wrote in message
news: om...
> Is there a newsgroup that discusses non STL matters of C++?
> (Preferably for GCC compilers).
>
> (By non STL matters I mean things like sockets etc.)


Sockets aren't a "matter of C++". You probably want something OS specific.


 
Reply With Quote
 
Guy Harrison
Guest
Posts: n/a
 
      01-08-2004
Chris Mantoulidis wrote:

> Is there a newsgroup that discusses non STL matters of C++?
> (Preferably for GCC compilers).


gnu.g++.help for gnu specific C++ issues, comp.lang.c++ for standard
features.

> (By non STL matters I mean things like sockets etc.)


comp.unix.programmer perhaps. Can't recall offhand if sockets are ontopic
there. It has an depth FAQ.

> BTW: Does this group talk about non STL matters?


Re above.


--
Guy Harrison
 
Reply With Quote
 
Stewart Gordon
Guest
Posts: n/a
 
      01-08-2004
While it was 8/1/04 1:24 pm throughout the UK, Chris Mantoulidis
sprinkled little black dots on a white screen, and they fell thus:
> Is there a newsgroup that discusses non STL matters of C++?


Of course. It's called comp.lang.c++.

> (Preferably for GCC compilers).


Of course. It's called gnu.g++.help.

> (By non STL matters I mean things like sockets etc.)


But IINM, then sockets etc. aren't a matter of C++ as such. That sounds
like an OS-specific question, best asked in an OS-specific 'group.

> BTW: Does this group talk about non STL matters?


Which one?

Stewart.

--
My e-mail is valid but not my primary mailbox, aside from its being the
unfortunate victim of intensive mail-bombing at the moment. Please keep
replies on the 'group where everyone may benefit.
 
Reply With Quote
 
Stewart Gordon
Guest
Posts: n/a
 
      01-08-2004
While it was 8/1/04 1:48 pm throughout the UK, Stephen Howe sprinkled
little black dots on a white screen, and they fell thus:

<snip>
> It does not talk about particular compiler implementations, linking, using
> make etc

<snip>

Be careful. Those in gnu.g++.help who don't notice that this is a
crosspost'll get confused.

Stewart.

--
My e-mail is valid but not my primary mailbox, aside from its being the
unfortunate victim of intensive mail-bombing at the moment. Please keep
replies on the 'group where everyone may benefit.
 
Reply With Quote
 
Chris Mantoulidis
Guest
Posts: n/a
 
      01-08-2004
Well I should have specified. I know c.l.c++ talks about STL so I
should just have asked gnu.g++.help

So you suggest OS newsgroups?

BTW: I posted on c.l.c++ as well for probable answers, in case you
were wondering.

Thanks,
cmad
 
Reply With Quote
 
Rolf Magnus
Guest
Posts: n/a
 
      01-09-2004
Chris Mantoulidis wrote:

> Well I should have specified. I know c.l.c++ talks about STL so I
> should just have asked gnu.g++.help
>
> So you suggest OS newsgroups?


It always depends on your question. If it's C++ _language_ specific
(which the Standard library is part of), post to clc++. If it involves
OS specific things like sockets, go to a newsgroup about programming
for your OS. If it's GCC specific, like e.g. GNU C++ extensions,
questions about compiler command line parameters, or getting a g++
cross compiler working, post to gnu.g++.help.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Segmentation Fault on stl::resize / stl::clear Steve C++ 2 11-06-2007 06:53 AM
stl questions: how can I compare 2 stl list? silverburgh.meryl@gmail.com C++ 5 04-16-2006 09:57 PM
a stl map which use stl pair as the key Allerdyce.John@gmail.com C++ 2 02-22-2006 07:25 AM
Copy elements from one STL container to another STL container Marko.Cain.23@gmail.com C++ 4 02-16-2006 05:03 PM
To STL or not to STL Allan Bruce C++ 41 10-17-2003 08:21 PM



Advertisments
 



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