About 276,000 results
Open links in new tab
  1. c++ - else expected a statement [SOLVED] | DaniWeb

    Feb 8, 2012 · I am trying to create a prime factorization c++ program, and halted immediately by this "else" error. I would really appreciate some ...

  2. How to get process name from pid in C/C++ | DaniWeb

    Hi there, I want to get the process name from the process id (pid) in C/C++ program. Please help me. I am using linux machine.

  3. c++ - Output window disappears instantly !!!! | DaniWeb

    When I compile and run my programs in Dev C++, the output window opens and shows the output. Then instanlty the window flashes and disappears. How do ...

  4. c++ - "no instance for overloaded function" [SOLVED] | DaniWeb

    May 12, 2015 · Presumably C++/CLI offers some way to convert between the two string types, but I imagine in this case it'd be easiest to just either only use C++ strings and C++ IO functions or …

  5. How to change icon of C++ console app [SOLVED] | DaniWeb

    May 7, 2008 · C++ Compiler: bcc32.exe Linker for static libs: ilink32.exe Resource compiler: brcc32.exe Make program: make.exe Et cetera. If you aren't using the GCC you'll also want to …

  6. c++ - using ++ before/after a variable. | DaniWeb

    Using the incrementor before a variable will first increment the value of the variable and then use this value. Using the incrementor after a variable will use the current value of the variable, and …

  7. c++ - Can I override the static functions? | DaniWeb

    Dec 30, 2014 · Static functions are class-specific. You can declare/define functions with the same signature for other classes, but static functions either have to be accessed with …

  8. c# - C++ add days to date [SOLVED] | DaniWeb

    Hi. I'm new to the forums, and I have a quick question. I would like to add 14 days to the current system date in a program. Here is my code: ...

  9. c++ - string::size_type - what is this? | DaniWeb

    The C++ std::string class provides string::size_type as an integer datatype large enough to represent any possible string size. The 'find' member function returns the location of the first …

  10. c++ - Round Buttons [SOLVED] | DaniWeb

    In Visual C++ Express Edition you can insert button controls on a form. These buttons has a rectangular form. You can even do them like a square. Is it ...