UNIX/Linux Programming - June 2018

error when saving files with pointers
 
I did a recursion to save a file in .txt format, but all the data is saved in a pointer, which when ...
[1 reply] : Tell us what the error is. If I had to guess, the function guardarRe... (by Repeater)
by Ozzy69
What's wrong with my problem - Segmentation fault
 
Hello everyone, my program is not working and i dont know why! Appear this messenger to me "Segmenta...
[1 reply] : You have a file full of numbers so why are all your variables characte... (by jlb)
by zapshe
Saving C++ Program For Mac?
 
Hi, I use a windows computer. What I'm trying to do is write a program on here and save it so it can...
[5 replies] Last: Thanks guys for the new responses. In my particular situation, it woul... (by zapshe)
outputting a list
 
Hey, The objective of REPORT function is to output a specific response to another file based on the ...
[1 reply] : Nevermind I got it to work. This is the code if anyone ever needs it. ... (by ahsan215)
invalid use of incomplete type ‘class
 
I added a new class to a project,I just want to create an instance of MobileNode class but It is an...
[1 reply] : Sounds like you're trying to use the MobileNode class before you fully... (by Ganado)
by ysf007
How resolve problem of use of deleted function std basic_stringstream
 
I've written the following in windows on Qt IDE and when I run it, it works well, however where I t...
[1 reply] : Streams are not copyable. C++11 made them moveable and this is what ma... (by Peter87)
How to setup a client and a server that can both send/receive simultaneously?
 
Hey everyone! I am a bit new to this, so forgive me if I misunderstand some of these terms. At th...
[5 replies] Last: Multiple threads can be used as suggested to solve this issue, but if ... (by zepher)
by darje
semaphore problem
 
i have some quastion iam struggling to answer it .. i have 4 procces condition : 1)evry process can...
[1 reply] : iam sure that is some kind of a dead lock case like p1 holding s1 and... (by darje)
by TMJJ
Read and write terminal commands/messages.
 
Dear all, I would like to ask for some advice. I'm trying to read data from a canbus system. For th...
[2 replies] Last: what happens if you do something like: do { do result = read(); sleep... (by jonnin)
Including ipopt code in my ROS project with cmakelist.txt
 
Hi, I am trying to include the ipopt code in my ROS project but do not know what to do in my Cmak...
[no replies]
  Archived months: [may2018] [jul2018]

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