No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi All, I am having fedora latest version and vista OSs in my system. Yesterday accidentally i have deleted the boot folder from fedora. After that when i try to restart/start my system it is hanging and showing me 'grub>' terminal. I tried with linux bootable cd but the same … | |
Re: I am also working on a same project now... using RTP protocol.. i am using JRTP libs ([url]http://research.edm.uhasselt.be/jori/jrtplib/documentation/index.html[/url]) for this... I could able to do the communication. But when i tried to send test.wav file(recorded voice file-- i send this as a buffer for tesing) and play in receiver it … | |
Hi All, How to read the following command line values for a in my shell script? ./test.sh -a file1 file2 file3 i know we can use getopt() but i am geting only first value(file1).. Any help appreciated -jujose | |
How can i do gdb for daemon process ? I am creating a daemon process... and when i try to run it on gdb i got exited when the parent process exiting.. any idea how debug the daemon process? jujose | |
How can i grep a file using c++..? I have a file. File having a keyword. i want to get the count of that. i am tring to do int count ; count = system("grep -c keyword file1.txt"); cout << count ; /// this is giving me system command return … | |
The End.