by maruf
number of multiple occurence of a word in a string
|
|
[1 reply] : No, however there are functions that can fetch the sub-string of a str... (by closed account S6k9GNh0)
|
by whitmcrae
overloaded operator=
|
|
[7 replies] Last: I guess I might as well make it non-const just to go with standard con... (by whitmcrae)
|
Issue With Inherited Template Class |
|
[1 reply] : Never mind. With vCast( ) being a member of a non-template class, de... (by closed account zb0S216C)
|
Is There a Difference Between These Two Declarations? |
|
[1 reply] : None. (by webJose)
|
by timmy
check out what's wrong in this code....
|
|
[7 replies] Last: thanks a lot m4ster r0shi...it's working now.. (by timmy)
|
by knight0black
problem with get as text
|
|
[11 replies] Last: visual studio 2008 some of the order of c++ don't run. (by knight0black)
|
by Anvariel
Overloading problem
|
|
[4 replies] Last: Hm! That works! Thank you very much! I have never come across that dur... (by Anvariel)
|
by GPP
Defining an array in a .h file.
|
|
[3 replies] Last: ar.cpp #include "ar.h" int arch ; You must set both "ar.cpp" and ... (by Duthomhas)
|
by ricomoss
String NULL?
|
|
[13 replies] Last: Its in the Standard http://www.cplusplus.com/reference/clibrary/cerrno... (by Duthomhas)
|
by anjy
read preexisting file
|
|
[1 reply] : Reading files : http://www.cplusplus.com/doc/tutorial/files/ Char t... (by hamsterman)
|
by minix
Image to Text convertor
|
|
[4 replies] Last: Yes, Tesseract results are good and its open source. It is hosted on g... (by minix)
|
by anjy
read preexisting file
|
|
[4 replies] Last: The buffer is set to ) rather for educational purposes. Specially in t... (by adzajac)
|
by whoami32
Lexical and Semantic layer
|
|
[no replies]
|
by adzajac
Strange issue with memory consumption on UNIX
|
|
[6 replies] Last: main question is how many memory is taken by the system to manage the... (by kbw)
|
by FR3DDIE
OpenGL
|
|
[4 replies] Last: Now I get it. Thanks FR3DDIE (by FR3DDIE)
|
by Helegurbann
How can i convert an image file another image file?
|
|
[1 reply] : You can either read up on how exactly both formats are stored and writ... (by hamsterman)
|
by confusion
functions, arrays, and pointers
|
|
[2 replies] Last: You mean you need to sort them in not alphabetical, but logical order?... (by hamsterman)
|
by brashau
Help sloving a loop problem?
|
|
[2 replies] Last: First, You should use code tags. About your problem: Remove the in... (by Nisheeth)
|
by LB
(*a->b) versus (a->*b)
|
|
[5 replies] Last: You could do that but that gives you the address of b.a , not a point... (by Mathhead200)
|
by Proudhonite
Color detection & comparing function
|
|
[6 replies] Last: The basic layout of a pixel manipulation function looks like this: 1. ... (by helios)
|