Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~3K People Reached
Favorite Tags
Member Avatar for webs1987

Dear All, I'm developing a small Java application which will use Espeak to speak certain text. Now I pass the test as command line argument [I]$espeak -s 50 "a for apple"[/I] It works perfect on command line Now in my program, I've used [I]String cmd = "espeak -s 50 \"A …

Member Avatar for malek85
0
412
Member Avatar for vadan

what is the API / function for getting the percentage of CPU utilisation by a given process?

Member Avatar for rahmu
0
77
Member Avatar for bsdbum

Hello. This is my first posting so I will try to be as detailed and clear as possible. I am running into a problem with a method returning an incorrect value and I can't quite seem to figure out why. I'm building a Rolodex which is really just an object …

Member Avatar for bsdbum
0
424
Member Avatar for JohnPhilipps

Good evening everyone, I would like to ask about copy constructors. I have been working on a base\derived class C++ program in which I am trying to compare the areas of a couple of Rectangles, and once I get past the errors I am currently having, I wouldn't mind comparing …

Member Avatar for jonsca
0
998
Member Avatar for cidalan

hello guys, i want to know how to write a program that can read txt file. example like this, ClassAttendance1.txt and ClassAttendance1.txt contained Student ID number and name. i want to write a program that if i run the program will detect all ClassAttendance .txt and make a summary in …

Member Avatar for cidalan
0
84
Member Avatar for rizzi143

int *p; int *q; p = new int; *p = 35; q = new int; *q = 62; p = q; cout << *p << ", " << *q << endl; answers : a. 35, 35 c. 35, 62 b.62, 62 d.62, 35

Member Avatar for bsdbum
0
82
Member Avatar for Someguynamedpie

I'm making a library for myself, and I keep getting that error :( Pib.h: [code=cpp] #pragma once #include "stdafx.h" #include <iostream> #include <string> using namespace std; class Pib{ public: void echo (int Text); void test(void); }; void Pib::echo(int Text){ printf("Haha: "+Text); }; void Pib::test(void){ cout<<"Text"; }; [/code] Main File: [code=cpp] …

Member Avatar for mrnutty
0
848
Member Avatar for vinaykumarr84

why should we partition for linux os. hw to partition for linux os to install the os

Member Avatar for bsdbum
0
83
Member Avatar for Famous16

Hi all, I have Unix operating system but I couldn't connect to Internet in Unix. Can anyone explain how can I connect to internet in Unix? waiting for reply. With Regards,

Member Avatar for bsdbum
0
113