Forum: Legacy and Other Languages Jun 16th, 2009 |
| Replies: 3 Views: 1,214 Dear All
I have written a MSDOS program to manipulate strings. My requirement is almost done except one. I need to convert a particular string which is in lower case to uppercase and print it to the... |
Forum: Windows NT / 2000 / XP May 10th, 2009 |
| Replies: 9 Views: 851 Think some keys in your keyboard is pressed all the time. I think the space bar in your computer is pressed incessantly.
To cross verify, remove your keyboard, use only mouse and onscreen-keyboard.... |
Forum: C++ May 8th, 2009 |
| Replies: 10 Views: 1,007 Refer this....
http://www.daniweb.com/forums/thread190878.html |
Forum: C++ May 7th, 2009 |
| Replies: 8 Views: 521 Sorry
I have reedited my post but i dont know why, my corrections were missing....here once again i am giving the formula....
If you have two co-ordinates say X(x1,x2); Y(y1,y2)....
then the... |
Forum: Windows NT / 2000 / XP May 7th, 2009 |
| Replies: 4 Views: 285 Thanks Flaming
Do i need to type every time the whole phrase....or do i have any settings to set the value.....and just type "recent" |
Forum: C++ May 7th, 2009 |
| Replies: 8 Views: 521 Your are trying to say:
you are trying to find the length in this way
I then use the equation p2.x - p1.x to get l1 (length 1).
I then use the equation p3.x - p1.x to get l2 (length 2).
So then... |
Forum: Windows NT / 2000 / XP May 7th, 2009 |
| Replies: 4 Views: 285 Hi All
How to enable the 'recent' command in XP.
In some system, when I type 'recent' in the run, it displays a window with all recent documents shortcuts.
I some system its working and in... |
Forum: Windows Software May 1st, 2009 |
| Replies: 6 Views: 2,016 hmmm...ample information provided...
the registry deletion will always be a problem when the s/w gets corrupted or any start-up files get deleted....
>>Ooh, and i would like to add that when i... |
Forum: C++ Apr 30th, 2009 |
| Replies: 4 Views: 280 Hi jagdeep89
Do you this some one here will be ready with their sys to post solution for the work assigned to you.
Come on:
Post your code, if there is any doubt or correction needed, with... |
Forum: Windows Software Apr 29th, 2009 |
| Replies: 2 Views: 478 I dont know abt that type of software and haven't heard of one like that, as i am not that much used to media.
I think no need a separate software to do your task (except playing in full screen... |
Forum: Windows Software Apr 29th, 2009 |
| Replies: 2 Views: 529 Have you checked whether the audio drive is installed properly or not.
The audio drive software gets corrupted some times.
In that case, you need to uninstall and reinstall the audio drive... |
Forum: Domain Names for Sale Apr 29th, 2009 |
| Replies: 2 Views: 312 Sorry to trouble you.
I cant get what is this post. can any one or the poster explain what it is...... |
Forum: C++ Apr 29th, 2009 |
| Replies: 16 Views: 605 The logic behind the problem(which is described) is rubbish.
If the user entered number is negative, the problem is should be dealt with the concept of Complex Numbers.
I think you have... |
Forum: Windows Software Apr 24th, 2009 |
| Replies: 6 Views: 685 Thanks to all who helped me....
I got the problem.....it is not due to file extension....
In some systems, even if u chdir...it is moving to the default dir....
hence the file is searched in... |
Forum: Windows Software Apr 22nd, 2009 |
| Replies: 6 Views: 685 Hi all,
I have written a code in DOS. The program is to find a file in a location and print "File exists" if it is present.
Assume a file named test.txt exists in location D:\
In my sys I have... |
Forum: Legacy and Other Languages Apr 20th, 2009 |
| Replies: 7 Views: 2,021 I love writing Scheme (it's a special language), so I wrote this with a lot of fun. Hope this helps, even if the thread is old.
One of the most interesting and easiest language is Scheme. I learnt... |