Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

System Developer on Embedded Linux.

Interests
Reading, Travel, Sports, NetSurfing.
PC Specs
Had a P4 2.0 GHz / 256MB RAM / 160GB HDD. Used Win XP/ Win 7 / OpenSuSe / Fedora Core 10/ Ubuntu and…
Favorite Tags
c++ x 6

5 Posted Topics

Member Avatar for CreativeCoding

[CODE]/* Tested on Linux 2.0.30, SunOS 5.5.1, and BSDI 2.1 */[/CODE] Hey this says it's tested on these OSes , You might not find all functions on a Win Machine. Try to understand what these missing functions do and use other functions (or dirty code manipulating characters ) to do …

Member Avatar for Pestilence
-2
182
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
421
Member Avatar for Priyanka88

[QUOTE=Priyanka88;1179562]its saying unable to open some files ...so setup is not completed sucessfully!!...pls help me out about using VC++ 8 ..pls..[/QUOTE] Reinstall it dear, These days software's become equivalent to bloatware and buggware. As for running the apps it's not that difficult, Type the prog in, from Menu select compile(don't …

Member Avatar for Priyanka88
0
172
Member Avatar for Falmarri

[QUOTE=Falmarri;1179808]Sorry I'm retarded. Forget the new in my code, that isn't in what I have in my IDE. I guess I should have copy and pasted instead of retyping it in here. This is what doesn't ork [B]Hash h; h = Hash(string); [/B] This is what does Hash h = …

Member Avatar for webs1987
0
235
Member Avatar for hurricane123

[QUOTE=hurricane123;1178857]I wanna know how 2 return string by using function for example if we want to check the lenght of string we use cout<<strlen("c") but how to use this by fuction[/QUOTE] int stringLength(char *s) { int a = 0; while(*s!='/0') { a++; } //string length given in a return a; …

Member Avatar for webs1987
0
119

The End.