by reqium
Specialised data in derived class
|
|
[6 replies] Last: Thanks, yeh I totally don't like using hacks like casting etc, but I g... (by reqium)
|
by Nate879
How to find out if a file exists
|
|
[3 replies] Last: Typically you only check if the file exists when you want to read from... (by ropez)
|
by jobuny
Is anybody here good with COOKIES?
|
|
[1 reply] : Study the HTTP Protocol. (by Zaita)
|
by inso85
Question about multimap
|
|
[no replies]
|
by fedora6
DirectShow:The getCurrentbuffer didn't retreive a buffer?
|
|
[no replies]
|
by inso85
Function that returns list of objects
|
|
[5 replies] Last: Here is a working variant of info() function: void info() { ... (by inso85)
|
by akimatsu123
binary to ASCII and visa versa
|
|
[2 replies] Last: i meant more along the lines of converting text into its binary repres... (by akimatsu123)
|
by shotjase
bitmap
|
|
[no replies]
|
by slaris
I am using TC 3, and I want to know how to get the current working path.
|
|
[no replies]
|
by henry85
find endpoints of a curve
|
|
[1 reply] : Hi, You have not asked a question. Simply stated your intention. Pl... (by Zaita)
|
by bdeklerk
C++ problem pls help
|
|
[1 reply] : You best bet would be to start by writing some pseudo-code. This is a ... (by Zaita)
|
by Hypatia
An exercise in Stroustrup's book
|
|
[1 reply] : These should be compiler specific settings. You should consult your Co... (by Zaita)
|
by Yogi Bear 79
implement a priority queue
|
|
[1 reply] : heap (by ropez)
|
by xTremeUser
how to find a set of numbers in an array?
|
|
[3 replies] Last: lets say the first element is 15, i need to find 8 numbers that is sma... (by xTremeUser)
|
by Avignale2
Mathy program
|
|
[1 reply] : You should tell your users to input something like 3.00E2 instead of... (by XIII)
|
by Hypatia
Why is while( cin ) valid?
|
|
[1 reply] : a stream object can be casted to a void* (ios's member operator void*)... (by Pepsi Boom)
|
by humpolec
pdcurses / ncurses?
|
|
[1 reply] : Nevermind. In case anyone wonders, I put a couple of ugly #undef's aft... (by humpolec)
|
by teeforb
templates with systemc
|
|
[2 replies] Last: WOOHOO, sorry for this post guys, I have figured it out. I had to put... (by teeforb)
|
by gameguru007
Nested 'if' calculator - division problems
|
|
[2 replies] Last: oops stupid mistake right-o man thanks (by gameguru007)
|
by chaturchand
C++ Templet qustion....
|
|
[4 replies] Last: The following code compiles fine for me using g++ (GCC) 4.1.1 2007010... (by jsmith)
|