by kevinchkin
sprintf Vs strcpy Vs strcat
|
|
[3 replies] Last: Thanks a lot for the reply kbw and guestgulkan. It cleared up my doubt... (by kevinchkin)
|
by olove05
what is wron in the program
|
|
[1 reply] : Your initialize() function is taking its parameter by value, which mea... (by jsmith)
|
by Jacko
const_cast issue
|
|
[14 replies] Last: To your first question: the programmer is at fault, because the const_... (by jsmith)
|
by varsha
replace a partucula string in C files
|
|
[1 reply] : Please use the code formatting tags when posting code. strcmp compa... (by kbw)
|
by reven
class variable problem
|
|
[5 replies] Last: That doesn't guarantee that a register will be used or which register ... (by kbw)
|
by ewanko
C++ primitive operations
|
|
[1 reply] : I think you'll have to define the term "primitive operation". With my ... (by helios)
|
by santaris
Error on const function
|
|
[4 replies] Last: You mean to do something like rc = this->sfh.GetPage(currentPageID,mph... (by santaris)
|
by Deimos
Resource management with std::map?
|
|
[3 replies] Last: Thanks, helios and kbw! I think I'll go with dynamic memory allocatio... (by Deimos)
|
by kostka
Does using const ever speed up code in practice?
|
|
[6 replies] Last: If the body of the function is available to the compiler at the call s... (by jsmith)
|
by mcleano
Buying a C book but for c++ purposes
|
|
[1 reply] : I'd recomend books by Douglas Comer and/or Richard Stevens. Try Inte... (by kbw)
|
by johnbach
stl map - could any one explain the o/p
|
|
[6 replies] Last: Thanks (by johnbach)
|
by kmvinoth
storing a variable which is an integer multiplied by a string
|
|
[5 replies] Last: It depends on how complex you want to get. Are you only going to supp... (by jsmith)
|
by peha
get in put from user as a date
|
|
[7 replies] Last: Ah, that's a good point. Nevermind. Glad that worked, Peha. (by chrisname)
|
by Outerblob
Quick Question
|
|
[7 replies] Last: You mean std::random_shuffle( alphabet, alphabet + 26 ); ... (by jsmith)
|
by radeberger
connect problem with a socket
|
|
[1 reply] : Do you know what error code 10061 stands for?... (by Incubbus)
|
by infyanurag
web page input to C++ code
|
|
[1 reply] : Where will the executable be? In the web server? Or in the end-user'... (by webJose)
|
by joe3dge
can destructors take parameters?
|
|
[3 replies] Last: It is a C++ library to be used in the coming 0x C++ standard. http:/... (by Robertlzw)
|
by vRltwE
Troubles manipulating vector in two dimendions
|
|
[2 replies] Last: I can offer two solutions. The first one involves boost and just re... (by jsmith)
|
by DanielGr
Static member function overides inherited function with different arguments?
|
|
[3 replies] Last: OK. I've solved my own problem. I hadn't realized that creating a new ... (by DanielGr)
|
by kkamudu
Asynchronous file read
|
|
[4 replies] Last: Hello webJose Thank you very much for your post. It is indeed clear a... (by kkamudu)
|