by daveh2009
problems using _rmdir()
|
|
[6 replies] Last: Thanks for that the code below worked a treat! { CreateDirectory... (by daveh2009)
|
by VictorH
char to int
|
|
[3 replies] Last: You are currently defining name as a char, which is a single character... (by firedraco)
|
by bharusri
How to pause a program in C++
|
|
[8 replies] Last: I suggest you read the thread pointed by helios... quite informative ... (by Lorena)
|
by Sundar0206
Forward Declaration error
|
|
[8 replies] Last: Sorry fellas, Think i am jus running high on adrenalin today... I w... (by Sundar0206)
|
by kakashi316
array copying
|
|
[6 replies] Last: The "fixed" code is looping until i becomes >= some uninitialized vari... (by kempofighter)
|
by nanger
how to print in such format?
|
|
[1 reply] : Why not accumulate the data in two separate stringstreams and write th... (by kempofighter)
|
by flux00
#include patterns on medium sized programs
|
|
[1 reply] : That's fine. The other option is to add your directory tree to the ... (by Duthomhas)
|
by camo coder
O(n) sort function
|
|
[6 replies] Last: Right. For instance, if the array had two elements: 0 and 2^32-1! (by helios)
|
by VictorH
const char* to string
|
|
[2 replies] Last: CheckPW will call PWSever::Hash unsigned int Hash (const alt... (by VictorH)
|
by Sundar0206
Frward declaration templating
|
|
[2 replies] Last: oops.. sorry to have not put it ere.. i have included it in the actual... (by Sundar0206)
|
by kakashi316
displaying the output
|
|
[5 replies] Last: ah... on linux i mean gcc actually.. i was talking about MS VS IDE.... (by writetonsharma)
|
by rstech
C++ Error(s) while compiling code
|
|
[4 replies] Last: Yeah. It spits out a bunch of strange 3 page long garbage on some... (by guestgulkan)
|
by translore
Question about #includes
|
|
[12 replies] Last: Cool I look forward to seeing the article too! (by translore)
|
by daman371
Dev-cpp compiler error with class function definitions
|
|
[3 replies] Last: You should never #include .cpp files, only header files. Well tha... (by daman371)
|
by Seraphimsan
functional error
|
|
[2 replies] Last: ah thanks :D (by Seraphimsan)
|
by lundbd
fails when popping a string
|
|
[no replies]
|
by VictorH
streams
|
|
[2 replies] Last: void ShowMenu(std::ostream& os = std::cout ) The bold part means tha... (by helios)
|
by mcleano
Need input/guidance on an odd computer issue
|
|
[3 replies] Last: If you're on Windows, look in your system options. There's a "power s... (by Disch)
|
by dmoore210
Graphics in DOS
|
|
[9 replies] Last: http://en.wikipedia.org/wiki/Ncurses#External_links Good luck! (by Duthomhas)
|
by vRltwE
Borland C++ Builder to Netbeans C++
|
|
[2 replies] Last: And in case to migrate from Borland C++ Builder to Visual C++ Express?... (by vRltwE)
|