comp.lang.c++
  Home FAQ Contact Sign in
comp.lang.c++ only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.c++ Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  value_type and pair classes         


Author: Hatzigiannakis Nikos
Date: Feb 20, 2008 23:56

What is actualy the value_type class in a map container?

Is it a synonym of the pair prototype class?
1 Comment
  MAKE MONEY FAST USING EGOLD!         


Author: elfrida8
Date: Feb 20, 2008 23:20

You Can Laugh at Money Worries - if You Follow This Simple Plan! This
is an opportunity for people who would like to work at home and have
computer experience and are willing to invest time to get the
lifestyle
you have been wanting!

READ ON: Read this entire message carefully! (Print it out or
download
it.)
I found this on a bulletin board and decided to try it. A little
while
back, I was browsing through news groups and came across...
Show full article (9.37Kb)
no comments
  MAINFRAME Training with IBM Certification and JOB GUARANTEE:         


Author: pappu
Date: Feb 20, 2008 22:00

MAINFRAME Training with IBM Certification and JOB GUARANTEE:

Mainframe industry has shortage of people. Mainframe Education gives
you the competitive advantage you'll need to succeed in an exciting,
leading-edge career in Enterprise Systems.

KASSHKU is proud to announce Mainframe Training Program for
individuals, with IBM certification.

What are Mainframes?
* Mainframes are large servers that can support thousands of
applications and I/O devices to simultaneously serve thousands of
users.
* The popular choice for large scale business computing.
* The ultimate server in client/server model of computing.
Show full article (4.44Kb)
no comments
  C++03 IDE+compiler for Windows / educational purposes         


Author: Ioannis Vranos
Date: Feb 20, 2008 17:31

Do you know of any decent free simple C++03 IDE+compiler for Windows for
use in a classroom? I know Dev-C++/MINGW but "long double" doesn't work
always correctly there.

Any ideas would be welcome.
23 Comments
  Initializing a map...         


Author: barcaroller
Date: Feb 20, 2008 15:41

Is there a way in C++ to initialize an STL map in one statement (the way
arrays can be initialized in C)?

For example, instead of using:

map mymap;
mymap[key1] = value1;
mymap[key2] = value2;

I would like to use something like:

// wrong syntax!
map mymap = { (key1, value1), (key2, value2) };
17 Comments
  set path to a shared object         


Author: knguyen
Date: Feb 20, 2008 11:48

Hello,

I am new with C++.

I am struggling with setting path to a shared object. Currently, I
have to use

g++ /usr/local/lib/sharedObject.so file.cpp

in order to compile.

I wonder if there is a way for me to set a path to /usr/local/lib/
sharedObject.so so that I dont have to include the path everytime I
compile. I have played around with .bashrc, yet no luck

I am using Ubuntu 7.10 if it helps.

Thanks

-k
1 Comment
  Which document is the current C++ standard?         


Author: jason.cipriani
Date: Feb 20, 2008 11:42

I'm trying to find a copy of the "current" C++ standard (or, more
accurately, the one that most people refer to when they cite a section
number as a reference). I don't know much about it... there's C++03, C+
+0x which I guess isn't out yet, stuff before that. And there are also
a lot of documents with numbers that I don't understand. Mostly I'm
looking at documents here:

http://www.open-std.org/

Now, this page:

http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html

Refers to document "J16/07-0331 = WG21 N2461"... I can't really decode
that document number but it's this one:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf

And it's entitled:

"Working Draft, Standard for Programming Language C++"

Except it has this (amusing) footnote:

"Note: this is an early draft. It's known to be incomplet and
incorrekt, and it has lots of bad formatting."

So I'm guessing that's not the document I'm looking for. So my
questions are:
Show full article (1.12Kb)
9 Comments
  recursive dereferencing library         


Author: sebastian
Date: Feb 20, 2008 10:21

I have a dereferencing template that I believe to be implemented
correctly and complete, but I would like to have it checked for
correctness to be sure. is this the right forum for such a thing?
5 Comments
  Re: Define Inline assembly functions         


Author: jason.cipriani
Date: Feb 20, 2008 10:03

On Feb 20, 9:48 am, Hans Mull wrote:
> Hi!
> I want to use G++ Inline assembly to define a function (int ReadTSC()
> to read the timestep counter). Is this possible?
no comments
  ===Welcome to comp.lang.c++! Read this first.         


Author: Shiva
Date: Feb 20, 2008 09:29

Welcome to comp.lang.c++! Read this first.

This post is intended to give the new reader an introduction to reading
and posting in this newsgroup. We respectfully request that you read
all the way through this post, as it helps make for a more pleasant
and useful group for everyone.

First of all, please keep in mind that comp.lang.c++ is a group for discussion
of general issues of the C++ programming language, as defined by the ANSI/ISO
language standard. If you have a problem that is specific to a particular system
or compiler, you are much more likely to get complete and accurate answers in a
group that specializes in your platform. A listing of some newsgroups is given
at the end of this post.

The FAQ (Frequently Asked Question) list has a wealth of information for
both the new and veteran C++ programmer. No matter what your experience
level, you are encouraged to read the entire list, if only to familiarize
yourself with what answers are available to minimize redundant replies.
The comp.lang.c++ FAQ is available at http://www.parashift.com/c++-faq-lite/

If the FAQ list does not help, then many regular readers of this group
are happy to assist with problems of standard C++. We have only a few
requests that we ask be adhered to, for the benefit of all:
Show full article (4.94Kb)
no comments
1 2 3