Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9153 - 9182 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9153
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Send Email
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...
Send Email
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...
silent_shalin
Offline Send Email
Nov 4, 2005
5:39 am
9156
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...
tx_grasshopper06
tx_grasshopp...
Offline Send Email
Nov 4, 2005
5:39 am
9157
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 ...
jatan
nirvana_sere...
Offline Send Email
Nov 4, 2005
5:40 am
9158
Hi MAC - Hardware address/Physical address, hard coded into Network Interface Card at the time of manufacturing. IP address - is Software address is changes...
chandra sekhar
sekhar_cppgrp1
Offline Send Email
Nov 4, 2005
5:40 am
9159
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...
srinivas g
gsrinivas0012
Offline Send Email
Nov 4, 2005
5:40 am
9160
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...
seeman_sathish
Offline Send Email
Nov 4, 2005
5:40 am
9161
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 ...
gyan kumar
gyan_raj_kumar
Offline Send Email
Nov 4, 2005
5:40 am
9162
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 ...
gyan kumar
gyan_raj_kumar
Offline Send Email
Nov 4, 2005
5:41 am
9163
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...
Paul Herring
shabble
Offline Send Email
Nov 4, 2005
10:07 am
9164
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....
Paul Herring
shabble
Offline Send Email
Nov 4, 2005
10:19 am
9165
... 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...
Programming Help
programmingh...
Offline Send Email
Nov 4, 2005
10:45 am
9166
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'...
A N Vinay Kumar
vinsalwayswins
Offline Send Email
Nov 4, 2005
10:45 am
9167
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....
A N Vinay Kumar
vinsalwayswins
Offline Send Email
Nov 4, 2005
10:45 am
9168
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...
debdatta mitra
debdatta_241
Offline Send Email
Nov 4, 2005
10:46 am
9169
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...
prashanth7582
Offline Send Email
Nov 4, 2005
10:47 am
9170
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...
amrita
niceamrita
Offline Send Email
Nov 4, 2005
11:34 am
9171
this will help U find /unix -name '*.cpp'|xargs grep "gyanraj" Sunil...
sunil vvn
sunil_vvn
Offline Send Email
Nov 4, 2005
11:34 am
9172
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...
Send Email
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...
Send Email
Nov 6, 2005
12:52 pm
9174
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Send Email
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...
SANTANU DUTTA
san_kgec
Offline Send Email
Nov 7, 2005
9:02 am
9176
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...
SANTANU DUTTA
san_kgec
Offline Send Email
Nov 7, 2005
9:02 am
9177
... 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...
Midhun K Menon
midhun_kmenon
Offline Send Email
Nov 7, 2005
9:02 am
9178
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@...
Send Email
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:...
Ilaiy
ilaiy_1771
Offline Send Email
Nov 7, 2005
9:02 am
9180
'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...
nisha g r
nishagr
Offline Send Email
Nov 7, 2005
9:04 am
9181
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...
cdrd03
Offline Send Email
Nov 7, 2005
9:05 am
9182
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. ...
swagata_2001
Offline
Nov 7, 2005
9:05 am
Messages 9153 - 9182 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help