by Abbotta4
makefile re-compiles program every time
|
|
[1 reply] : the `serial' rule does not create a `serial' file https://www.gnu.org/... (by ne555)
|
by diman91
C++ Code Different Behavior Under Different OS (1,2)
|
|
[20 replies] Last: This is what I have done. #define X_constant X_Value This was the r... (by diman91)
|
by m1smr
Which C++ IDE for Ubuntu?
|
|
[16 replies] Last: CLion (student licence) https://www.jetbrains.com/clion/ (by NovaSurfer)
|
by zolo
error linking crt1.o when running make
|
|
[4 replies] Last: Thanks for the tip. The -fpermissive is there because I forgot to take... (by zolo)
|
by alexBB
Please interpret valgrind output (1,2)
|
|
[20 replies] Last: @alexBB, if the numerical integration routines are causing an issue th... (by lastchance)
|
by Pyr3x
lvalue required as left operand of assignment
|
|
[1 reply] : int e = cos(k*t); The cosine function doesn't give many integer valu... (by lastchance)
|
by danielleinad
Sending strings over socket
|
|
[4 replies] Last: In your view, how many bytes should the client read? The string is va... (by kbw)
|
by hashbrown
I'm able to std::wcout a variable on Windows, but not on Linux.
|
|
[5 replies] Last: What JSON library are you using? You don't include your #includes in ... (by kmiklas)
|
by Kcoder
Comparing DNA sequences using arrays
|
|
[3 replies] Last: What is a percentage? How does one count one? It does look like that ... (by keskiverto)
|
by gary24
new to c++ errors with .ccp and .h files
|
|
[6 replies] Last: Also: Provide variable names for the parameters in function declarat... (by TheIdeasMan)
|
by alexBB
Execution time failure
|
|
[3 replies] Last: You can start by running it with valgrind and examining its error log. (by Cubbi)
|
by hashbrown
My application gets to a part of my code on Win, but on Linux it doesn't. Can't figure out why.
|
|
[2 replies] Last: raschupkin that definitely worked! I was also reading the following ar... (by hashbrown)
|
by sandeeppr777
use of data structures in C++ API
|
|
[4 replies] Last: 2dhayden: Actually it is possible for program to access variable from ... (by raschupkin)
|
by beauhefley
most standard includes are gone now, need help getting them back
|
|
[3 replies] Last: Got it working, used the answer here if anyone else had this problem:... (by beauhefley)
|
by Borneq
How to create CodeBlocks project in Linux project?
|
|
[no replies]
|
by Masbah97
Loops assignment
|
|
[2 replies] Last: std::cout << "1\n"; for(int i = 1; i < 27; i = i * 3) std::cout ... (by beauhefley)
|
by dinama
mapped file for read-only shared data
|
|
[4 replies] Last: >copy to the shmat memory from where? From mmap'd file? From opened fi... (by dinama)
|
by kushal4
implementation of daemon thread
|
|
[2 replies] Last: You really should let the main thread do UI stuff, and reserve other t... (by kbw)
|
get linker error |
|
[1 reply] : You need to pass enough information so someone can answer your questio... (by kbw)
|
by kushal4
implementation of timeout in json file parser
|
|
[1 reply] : Boost's JSON parser is dreadful. Try RapidJSON instead. In any event... (by kbw)
|