by somshekhar
Formatting a double number without rounding off
|
|
[6 replies] Last: I see. Thanks Disch. Well how about converting the input to array f... (by olredixsis)
|
by ahkcasfm
C++ GUI Toolkit for use with OpenCV
|
|
[3 replies] Last: Cool, thanks I got FLTK with Dev-C++, and it seems good, but are th... (by ahkcasfm)
|
by syncopath
windows sockets (WINSOCKS) problem (1,2)
|
|
[21 replies] Last: Hello Guys, Yes I'm checking the recv return codes. The "ByteRe... (by syncopath)
|
by jakem
Change Pointer via function call
|
|
[8 replies] Last: You have been more than helpful iharrold. Thank you for all your help.... (by jakem)
|
problam in filing |
|
[4 replies] Last: i cant show all records of file , The show function write one rec... (by mabbaszadegan)
|
by Nikhar
Whats wrong with the following backtracking "Knight's Tour" program?
|
|
[11 replies] Last: Oh jRaskell...thanks a ton for your help! I absolutely love you :D :p ... (by Nikhar)
|
by dogbert1001
Debugging null objects
|
|
[7 replies] Last: Something like this may work in a pinch: template <typename T> st... (by PanGalactic)
|
by paul23
vector iterator dereferencable?
|
|
[6 replies] Last: Oh, yes, your find_if() function returns an iterator into the vector<>... (by jsmith)
|
by underlecht
Recursion and for loop
|
|
[1 reply] : What you are describing should not be happening given the above code. ... (by jsmith)
|
by moxyfike
#include <sstream>
|
|
[3 replies] Last: it is the same as the directives iostream which is useful for input ... (by magnag)
|
by yag
memset causing coredump
|
|
[5 replies] Last: A program should not crash by calling memset() like that on such an ar... (by helios)
|
by john891
What does the Data area contain ?
|
|
[5 replies] Last: What part of my response was unclear? absolutely not... I meant an... (by iharrold)
|
by marvolo1300
what is the difference between == and =
|
|
[3 replies] Last: tyvm i get it now (by marvolo1300)
|
by Mihulik
memcpy
|
|
[3 replies] Last: It's exactly what I need to know. Thank you so much! (by Mihulik)
|
factorials |
|
[7 replies] Last: ok thanks :D (by coolProgramer5)
|
by vichor
Private friends
|
|
[5 replies] Last: you made LandMark to be a friend of LandObject, friendship isn't symme... (by Bazzy)
|
by ggf
C++ linkage error
|
|
[4 replies] Last: I'm not sure if this helps or not, but when mixing C and C++ I always ... (by moorecm)
|
by luckycusp
Simple Graphics C++
|
|
[7 replies] Last: Old and depricated... but easy to use and lightweight non the less.. ... (by iharrold)
|
by gipark
Reading data from a file, basic.
|
|
[4 replies] Last: Has anyone tried reading the numeric data like this: #include <fst... (by moorecm)
|
by Incubbus
tm structure filled wrong by the system?
|
|
[3 replies] Last: oh ok... thank you and sorry for this... have to read the libs more... (by Incubbus)
|