No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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…
5 Posted Topics
Re: [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 … | |
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 … | |
Re: [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 … | |
Re: [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 = … | |
Re: [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; … |
The End.