Search found 3 matches
- Fri Aug 22, 2003 9:59 am
- Forum: C++
- Topic: math library
- Replies: 31
- Views: 12493
math library
Does C++ have its own math library or do I have to use ANSI C's math.h library for math operations?
- Fri Aug 22, 2003 8:47 am
- Forum: Other words
- Topic: STL
- Replies: 2
- Views: 1260
STL
I am having a hard time finding a compiler where STL works. It seems that it is not as standard as it should be. My gcc compiler (ver 3.x.x) does not accept this code, it complains about the vector declaration in the main program and not the library declaration.
#include<iostream>
#include<vector ...
#include<iostream>
#include<vector ...
- Thu Aug 21, 2003 10:31 am
- Forum: Other words
- Topic: C++ reference
- Replies: 4
- Views: 1899
C++ reference
I am just starting to use C++ for my programs, but I am faced with an initial challenge. As a C programmer, I always have K&R's "the C programming language" beside me. This offers a simple, effective and compact reference for ANSI C. For C++, all the books seem voluminous, and don't explain the ...