Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Nov 1, 2005 12:28 pm
9154
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Nov 1, 2005 12:28 pm
9155
i want to make a firewall in C. pls help me in starting the project. pls guide me step by step. questions : 1) how to access the internet using C? 2) how to...
Hello, I am having a problem printing out a simple float variable in the following program. The program prints out an average of grades, after using a while...
Processes might have parent-child relation.(ie shell is parent of some c program that you might execute, you might fork another process within some process ...
Hi MAC - Hardware address/Physical address, hard coded into Network Interface Card at the time of manufacturing. IP address - is Software address is changes...
i have a program like this. import java.io.*; import java.util.*; import java.net.*; import org.w3c.dom.*; import org.apache.soap.util.xml.*; import...
Hi Friends, I want to use MS-Access as database and use c++ as front end. I want some sample code written in c++ which can establish connection to MS- Access...
Hi ALL, Could anybody tell me? 1. How can find .cpp file that contains "gyanraj" used in the directory /unix and all its subdirectory Regards, GyanRaj ...
Hi ALL, Could anybody tell me? 1. How can find .cpp file that contains "gyanraj" used in the directory /unix and all its subdirectory Regards, GyanRaj ...
From: gyan kumar ... Use grep. -- PJH "How about 'We've got some friends from Holland coming and I thought Dutch lobster was a seafood dish!'" PFY on excuses...
From: tx_grasshopper06 ... There are a couple of problems with this program, but that isn't one of them - which compiler are you using? ... Depreciated header....
... You need to use socket programing to connect to a web server. Then you need to implement the HTTP protocol to talk with the web service. ... You can use...
Hi, I thought u had to search for "gyanraj" in filename . But if u had to search for "gyanraj" located within the file then u can use find /unix |grep '\.cpp'...
execute the command find /unix | grep 'gyanraj.*\.cpp' This will display all files under /unix which have "gyanraj" and ".cpp" in it with anything in b/w them....
HI NIKKI... LOOK MAC ADDRESS IS USED FOR THE COMMUNICATION OF BYTES IN THE PHYSICAL LAYER.... FIRST PROCESS IS BROKEN DOWN TO SEGMENTS, SEGMENTS ARE BROKEN...
Hi, I've completed my project on File Structures in Windows.Its working fine.. But this project has to be showed under linux operating system.If I compile the...
Has anybody worked on multilingual sms facility( based on SMPP).Plz let me know ASAP. I want to know how to decode the unicode message received.. Thanks in...
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Nov 6, 2005 12:52 pm
9173
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Nov 6, 2005 12:52 pm
9174
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Nov 6, 2005 12:52 pm
9175
hi Seeman Sathish, The following link may help u. http://www.coding-zone.co.uk/cpp/articles/090101codeodbc.shtml thax, san seeman_sathish...
Hi , I have created a table from sql prompt. Now I want to feach and retrieve data from that table using C++ code. But I have no idea that how to connect sql...
... One of the serious limitations imposed on the language with the introduction of third party libraries such as Graphics.h is portability. Graphics is a very...
Hi Try the commands: 1. grep -in "gyanraj" `find /unix -name *.c` This will list the files which contains gyanraj along with references saying where and all it...
Ram Jois
ram.jois@...
Nov 7, 2005 9:02 am
9179
Use find /unix -name \*.cpp | xargs grep gyanraj That could be one of the ways .. ./thanks ilaiy ... __________________________________ Yahoo! FareChase:...
'ny1 plz explain the usage of NOT EXISTS in sql.. For eg the o/p of the following snippet.. SELECT JNAME FROM J WHERE NOT EXISTS (SELECT * FROM SPJ X WHERE NOT...
I am about to embark on an adventure where i need to convert one file format into another. What I dont know and would like to know is what is involved? Below...
Hi Guys, Is there any website that provides which gives opportunity to work on online projects in C/C++? If you have any information, please let me know. ...