c++ Programming Glossary: nix
How to debug heap corruption errors? http://stackoverflow.com/questions/1010106/how-to-debug-heap-corruption-errors but most of these are much easier to get running under nix than Windows. Valgrind is ridiculously flexible I've debugged..
Get the compiler options from a compiled executable? http://stackoverflow.com/questions/12112338/get-the-compiler-options-from-a-compiled-executable and flags were used to create an executable file in nix I have an old version of my code compiled and I would like to..
WINMAIN and main() in C++ (Extended) http://stackoverflow.com/questions/13871617/winmain-and-main-in-c-extended to obtain the command line arguments works fine in nix because C and C originated with nix. However the de facto Windows.. works fine in nix because C and C originated with nix. However the de facto Windows standard for the encoding of the..
Read a password from std::cin http://stackoverflow.com/questions/1413445/read-a-password-from-stdcin this. Here there are ways to do this in both Windows and nix. c stl password protection share improve this question ..
Programmatically find the number of cores on a machine http://stackoverflow.com/questions/150355/programmatically-find-the-number-of-cores-on-a-machine exists what about determining it per platform Windows nix Mac c multicore share improve this question C 11 http en.cppreference.com..
CMake: how to add Boost.Test cases with relative directories? http://stackoverflow.com/questions/16857517/cmake-how-to-add-boost-test-cases-with-relative-directories I tested this on my windows setup. I don't known about nix. Together with some get_filename_component calls with NAME_WE..
How to handle a ctrl-break signal in a command line interface http://stackoverflow.com/questions/181413/how-to-handle-a-ctrl-break-signal-in-a-command-line-interface command line interface share improve this question On nix you can use the signal function to register a signal handler..
Performance profiling on Linux http://stackoverflow.com/questions/1875167/performance-profiling-on-linux What are the best tools for profiling C C applications on nix I'm hoping to profile a server that is a mix of blocking file.. anything turning up in Ubuntu yet. c c linux performance unix share improve this question I recommend taking stackshots..
How to make #include <mysql.h> work? http://stackoverflow.com/questions/2516187/how-to-make-include-mysql-h-work etc or if you're using shell scripts and command lines in nix. You will need to make sure that that file mysql.h exists in..
Confused about C++'s std::wstring, UTF-16, UTF-8 and displaying strings in a windows GUI http://stackoverflow.com/questions/2527720/confused-about-cs-stdwstring-utf-16-utf-8-and-displaying-strings-in-a-win on UTF 16. Not all OSes are based on UTF 16 UCS 2 though. nix systems for instance are based on UTF 8 instead. UTF 8 is a..
Which C++ Library for CGI Programming? http://stackoverflow.com/questions/316200/which-c-library-for-cgi-programming trouble installing wt if you don't have experience with nix or C libraries. There are walkthroughs but since frameworks..
Beyond Stack Sampling: C++ Profilers http://stackoverflow.com/questions/4394606/beyond-stack-sampling-c-profilers injected code to indicate where to instrument. Valgrind nix only but very good when you're in that environment. OProfile..
How do you detect/avoid Memory leaks in your (Unmanaged) code? [closed] http://stackoverflow.com/questions/45627/how-do-you-detect-avoid-memory-leaks-in-your-unmanaged-code improve this question If your C C code is portable to nix few things are better than Valgrind . share improve this answer..
How to set baud rate to 307200 on Linux? http://stackoverflow.com/questions/4968529/how-to-set-baud-rate-to-307200-on-linux
How can I speed up line by line reading of an ASCII file? (C++) http://stackoverflow.com/questions/5164538/how-can-i-speed-up-line-by-line-reading-of-an-ascii-file-c them 100 . The input file is simply text strings with nix line terminations. EDIT Follow up question for the alternatives..
How to solve Memory Fragmentation http://stackoverflow.com/questions/60871/how-to-solve-memory-fragmentation so any solution would be ideally cross platform also do nix operating systems suffer from this type of memory fragmentation..
Best C++ IDE for *nix [closed] http://stackoverflow.com/questions/79210/best-c-ide-for-nix C IDE for nix closed What is the best C IDE for a nix envirnoment I have.. C IDE for nix closed What is the best C IDE for a nix envirnoment I have heard the C C module of Eclipse is decent..
Cross platform programming http://stackoverflow.com/questions/836469/cross-platform-programming to use an IDE for real work Also a basic understanding of unix is not hard to achieve I have found my way around solaris ubuntu.. Try either mingw or cygwin. Both should give you the nix development environment under Windows. You can use your favorite..
|