UNIX/Linux Programming - November 2017

value returning function problem
 
I have tried this program & ran it like 10 times on the compiler on mindtap yet it still does not give me full credit. here's the code #include <iostream> us...
[1 reply] : Do not doublepost. Other: http://www.cplusplus.com/forum/beginner/2257... (by keskiverto)
Help linking a multisource project
 
// Need help linking. I keep getting an undefined reference Terminal output: xanibod@home:~/workspace/AI/src$ g++ -c AI.cpp xanibod@home:~/workspace/AI/src$...
[2 replies] Last: Yup. That worked. Thank you. (by Xanibod)
301 redirection to the same url
 
Hi there! I am sending http requests using this code : https://gist.github.com/nolim1t/126991 It works well for most of the http websites, but when I try to ...
[1 reply] : Hi everyone! I found the solution, the get request should be like thi... (by hebrerillo)
make
 
Hi, I want to run make for a "network packet trace reader" which is written in C. In ubuntu 14.0.4 but I got this error: undefined reference to 'sqrt' ...
[4 replies] Last: Thank you very much. The solution works... (by Rachelll95)
by sccp
JNI code crash with core dump when throw is called under 64 bit
 
I'm working with java + c++ ( using JNI ) and i must load own native libraries but application failed with core dump when throw is called lthough the code is su...
[3 replies] Last: The issue has been resolved: There is a known issue with a slight mis... (by sccp)
time(0) is for UTC or local time?
 
Hi, I am using time(0) for current timestamp for communication in Debian Jessie platform, but it seems different VMs or embedded systems (all running Debian ...
[2 replies] Last: How can I make time(0) consistent for UTC only? Take the output from... (by closed account E0p9LyTq)
Quick question about linking in C program
 
I have a shared library that I built successfully called libcopy.so When I link I used the following command: gcc -L/home/host/OS/prog3/ -pthread -lcopy mai...
[2 replies] Last: I eventually found an answer that makes sense to me. I'll explain her... (by supperpiccle)
by Borneq
ODBC and C++
 
How install ODBC on Ubuntu/Mint? How accessing to ODBC from C++ program? Libraries, headers and samples needed.
[2 replies] Last: You will need an ANSI C compiler. For this tutorial we used gcc on Lin... (by sm2345110)
by kopev
random bytes format python
 
hello, I would like to know I always understanding that bytes in binary format start with the symbol "\" (antislash) but when I generate random bytes with pyth...
[16 replies] Last: [quote=kopev]Although the resulting executable will have the same beha... (by Peter87)
by sameh4
Detailed C/C++ For Experienced Programmers
 
I realize this is primarily an opinion based question, and I have already done a lot of searching so please bear with me: I am looking for an online course (...
[3 replies] Last: [quote=sameh4]solid C/C++ First of all, there is no such thing: http:... (by Cubbi)
by aumars
Failing to properly compare MD5 checksums
 
I'm writing a mod manager for Linux. The unmodded game requires a few changes in the configjuration files in order to be mod-ready. I need a function that compa...
[6 replies] Last: Thank you for the feedback! The problem is fixed. (by aumars)
  Archived months: [oct2017] [dec2017]

This is an archived page. To post a new message, go to the current page.