UNIX/Linux Programming - July 2017

Questions about socket
 
Hello, I've studied network programming, and I'd write my first client/server program to be sure I understood how it works but before I have some questions tha...
[4 replies] Last: Working with sockets sometimes tends to make your code a bit more comp... (by benhart)
by mmgh
std::find_if on slave nodes
 
Hello, I am broadcasting a vector of object whose members are all std::string from the master node to slave nodes. The sending and receiving seem to work pro...
[2 replies] Last: Please don't double post. http://www.cplusplus.com/forum/general/2195... (by kbw)
Create Restful Service
 
I want to create restful service on Linux and deploy it on tomcat 8 server. Any 3rd party framework to achieve this task?
[1 reply] : This seems OK. I've seen it used somewhere. https://github.com/mrtazz... (by kbw)
Problem with international characters and CR
 
I am porting my code from MS VC++ to Linux. In the way that through FileZilla, I transfer the files to Linux server. However, recently for unknown reason to me,...
[1 reply] : I found this: iconv -f WINDOWS-1252 -t UTF-8 filename.txt here: htt... (by kbw)
Link Shared library to cpp
 
Hi, I need to use 3rd party header file in my cpp program, they provide header files and shared libraries , how to link those libraries to my cpp Update: ...
[5 replies] Last: You don't seem to be using Windows, which means your file names are ca... (by kbw)
Framework for c++ restful service
 
Hi, I want to create restful web service using c++ language on fedora Linux . any recommended c++ restful service framework ? Able to deploy it on tomcat 8 we...
[no replies]
by nyck66
implementing a dynamic stack with a linked list object
 
I have a class definition for Node, LinkedList and Stack (stack of ints). I want to implement the stack using a linked list object but need to learn how it is ...
[3 replies] Last: I'm not quite sure what you mean. Loot at it this way. C has some bu... (by kbw)
Not sure if this circuit will work, did I overlook anything?
 
I plan to purchase a DS18b20(here is the datesheet:http://www.componentschip.com/pdf/6a-DS18B20-T-R.pdf)water temperature probe, and hook up the data line to an...
[2 replies] Last: https://playground.arduino.cc/Code/PIDLibrary (by closed account 48T7M4Gy)
Octave build fails to finish on Linux
 
I downloaded Octave-4.2.1, a program which I can run on Windows fine. But I wanted to build the program from source for Linux, and it gets to a point where it ...
[3 replies] Last: I'm using version gmp 5.1.3 (not that latest) but not old either. Wel... (by CPPAWhile)
by alexBB
Help with code analysis
 
Hi there, I do numerical analysis in 2D. Part of it is Fast Fourier Transform (FFT). I've chosen so called Librow FFT. http://www.librow.com/articles/article...
[12 replies] Last: @lastchance, thank you. I will check everything out. Your replies are ... (by alexBB)
  Archived months: [jun2017] [aug2017]

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