by cscs
How to use is_integer in include<limit>?
|
|
[7 replies] Last: To check whether the end of the stream was reached (by Bazzy)
|
by brakepad
how to compare two maps
|
|
[5 replies] Last: One thing to think about is: if two maps have different comparators o... (by jsmith)
|
by ha101
having a problem with my function
|
|
[no replies]
|
by ESAINT
C++ Programmer Need Contract Work $$
|
|
[1 reply] : This should be posted in the jobs BBS (by Seraphimsan)
|
by nanochan1
Rearrange a set of alphabets putting vowel infront follow by the rest
|
|
[8 replies] Last: There are many ways of doing this....one way, given that you have fill... (by buffbill)
|
by Dudester
ifstream::read and NULL's
|
|
[5 replies] Last: I just noticed that you did not open the file in binary mode. if... (by Duthomhas)
|
by h4x0rmx
Abstract classes?
|
|
[2 replies] Last: @Disch Thanks for your help! (by h4x0rmx)
|
by Rycul
VS/VS Express -> Can this be causing...
|
|
[6 replies] Last: Well I can't post all the code in here so if you want to have a look a... (by Rycul)
|
by blindsiner
Your opion on C++ Compilers (1,2)
|
|
[25 replies] Last: Doesn't work for me. I hate you: it's working now. Why wasn't it ... (by chrisname)
|
by titanflyer
File IO / Print Errors
|
|
[1 reply] : What's the actual errors? Bad grammar. What are the actual errors?... (by tummychow)
|
by CATCH3624
Sorting a Stack
|
|
[9 replies] Last: #include <iostream> #include <string.h> using namespace std; c... (by luther)
|
by dunkers111
gather information from a file PROBLEM
|
|
[2 replies] Last: what exactly is the issue? (by guestgulkan)
|
by ALB
find average
|
|
[3 replies] Last: http://www.cplusplus.com/articles/firedraco1/ (by tummychow)
|
by enrui
C++ and Media (namely music)
|
|
[5 replies] Last: Does anything work for both? I have a text based game that runs in ... (by enrui)
|
by zachtastic
file io error
|
|
[1 reply] : You have two ifstream Din. Remove the first one. Pass Monster M as a ... (by R0mai)
|
Another template question |
|
[4 replies] Last: Some of my classes uses a prototype pattern that uses static interface... (by AlwaysLearning)
|
by iamthefear
Vector of pointers
|
|
[5 replies] Last: http://cplusplus.com/reference/stl/vector/ the interesting parts ... (by Incubbus)
|
by Duthomhas
What the...!? Weird BCC/Dinkumware error
|
|
[2 replies] Last: My best guess is that the Borland compiler hasn't initialized the clas... (by Duthomhas)
|
by lancelot
sizeof(array) returns different values in main() and user defined functions
|
|
[8 replies] Last: // This is the right one, but some compilers (gcc) cannot match //... (by Disch)
|
by morganjokc
Array of c-style strings??
|
|
[1 reply] : const char *months = { "January", "February", /*...*/ }; ... (by R0mai)
|