Stopping program on server from ssh client |
I have a Linux server that I control through ssh client Putty while Working on Windows machine. I'm ... |
Apr 30, 2015 at 2:34pm
[1 reply] : That depends on how you started it. If you have it running in the bac... (by koothkeeper)
|
by mkchantony
about dining philosopher problem
|
i am self-practicing this problem right now, and wanna know about how to use c++(in linux) and using... |
Apr 29, 2015 at 9:19am
[4 replies] Last: To rewrite this code in c++ and have the above features. Therefore, ju... (by mkchantony)
|
by etrusks
getting library to run on ubuntu 14.04
|
Hi, I'm trying to make this https://github.com/andrewprock/pokerstove#building poker library to ru... |
Apr 27, 2015 at 8:08pm
[4 replies] Last: Tnx a lot for your effor man. This is not making 100% sence to me righ... (by etrusks)
|
by pacman169
WC program
|
Good day to all, So, I`m supposed to test this word counter program: #include <stdio.h>... |
Apr 23, 2015 at 11:21am
[5 replies] Last: Let me suggest some boundary conditions that may be useful: - empty fi... (by dhayden)
|
by koxp
Documentation about a Code ( Threads)
|
I have a code but i dont understand it. Can someone explain me what happens in the code? #include... |
Apr 23, 2015 at 11:15am
[2 replies] Last: It appears to count prime numbers up to some limit called maximum. It ... (by dhayden)
|
by FaanP
Embedding Python in C++ using classes
|
Hope you guys can help. I searched and googled but could not find a solution. Firstly my code: ... |
Apr 23, 2015 at 2:37am
[no replies]
|
by cdrobak
<iostream> error in gcc and g++
|
I have the code below. I have tried compiling with gcc and g++ to no avail. For gcc it gives a fatal... |
Apr 22, 2015 at 7:45pm
[2 replies] Last: Always start with the first error in the list. Often one error will ma... (by Peter87)
|
by wzktwang
Help me to read a file but do not read the last line.
|
There are two files. The first file(name is filedata1.dat) content is : 1 3 8... |
Apr 21, 2015 at 4:20pm
[4 replies] Last: hello keskiverto: Thank you for your reply. I have found a me... (by wzktwang)
|
by AG123
replace commas with spaces
|
I am reading in a file but i need to replace the commas in the file with spaces without changing the... |
Apr 20, 2015 at 9:22am
[1 reply] : When you read, you must store in a variable what you read. Change the ... (by keskiverto)
|
by csstudent123
Static library dependency
|
Hi. What command would you use to find the object files, static library libc.a depends on in /usr/... |
Apr 16, 2015 at 11:24pm
[2 replies] Last: thank you (by csstudent123)
|
by buddha87
The weird problem using void alarmHandler(int signal_number)
|
I am writing an "void alarmHandler(int signal_number)" to register the signal SIGALRM. The handle... |
Apr 15, 2015 at 12:58pm
[1 reply] : post a minimal snip that does reproduce your problem (by ne555)
|
by Pter0dactyl
Error in file reading
|
Guys I made a program to split a file into 11 different files based on the word length of its conten... |
Apr 15, 2015 at 9:32am
[2 replies] Last: Oh! I took That input but forgot to use it. Thanks for finding the mis... (by Pter0dactyl)
|
by Gyiove
Multithreading having terrible times on linux.
|
Hello everyone! I managed to get this mutlithread working on windows just fine. I'm not sure how... |
Apr 13, 2015 at 3:15pm
[6 replies] Last: That was my idea and now i understand that it can not be done that ho... (by Disch)
|
by csstudent123
piping to script
|
$ ls -la | myScript.sh How can I using sed do the following? 1. Total number of lines read. ... |
Apr 13, 2015 at 2:01pm
[4 replies] Last: thanks (by csstudent123)
|
by baoduyhp
Build kernel
|
Hi everybody, For completing my assignment, I have to add a file named "number.txt" to the kernel... |
Apr 12, 2015 at 6:06am
[no replies]
|
by guankin
Check output from the commend problem
|
I want to check the output from the commend and print out different thing I did successful print out... |
Apr 9, 2015 at 4:14pm
[no replies]
|
by guankin
Program run perfectly without error but cant show anything
|
This is my program,what I want is do this program to check how many bytes,lines and words inside any... |
Apr 9, 2015 at 4:17am
[2 replies] Last: after I type wc test.cpp it will pop out the 3 num and 1 file name,exa... (by guankin)
|
by gradstud
Control Optimization Problems
|
Hi, I'm compiling my program using various optimization options. I noticed that whenever I compile ... |
Apr 7, 2015 at 7:09am
[11 replies] Last: But this thread is trending away from the purpose of me posting my qu... (by Alrededor)
|
NCurses alternative |
Hey, I was wondering if anyone knew of an alternative for NCurses for C++, I know you can use it wit... |
Apr 6, 2015 at 12:28pm
[3 replies] Last: You're welcome! I'll check when I get home today; however, I think th... (by koothkeeper)
|
by pacman169
Compiler for mac os
|
Hello, I just tried using Mac for programming, I need to find a compiler. When I tried ruby -... |
Apr 6, 2015 at 3:49am
[19 replies] Last: why not just use clang? and i believe the proper exe name would be g++ (by Little Bobby Tables)
|