Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7906 - 7935 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7906
In c we can deal with ports as LPT it's quit easy to do under win9x or winme os. On winxp u need to break the security on the port bcus its not allowed to deal...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 2, 2007
10:40 am
7907
... Why do you want to use the parallel port directly? In order to interface with some hardware directly? If so, you should write a device driver and not try...
Nico Heinze
nico_heinze
Offline Send Email
Apr 2, 2007
11:59 am
7908
Hi, I got some data files in matlab and I want to read them in C. I tried but got 0.0000 for each values. Let us say I have a vector comprising N points and is...
asif_md
Offline Send Email
Apr 4, 2007
3:17 am
7909
... Asif, how does Matlab store the information you're trying to retrieve? I don't know this software myself, that's why I am asking. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2007
6:05 am
7910
Hi, in the pdf files of matlab help there r file called (m-file format) book it contains information about how this file store information in it , i think it...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 4, 2007
9:28 am
7911
you can use Windows API functions like CreateFile, ReadFile, WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems...
rabinarayan biswal
baappi
Offline Send Email
Apr 4, 2007
1:48 pm
7912
Hi Iam badly in need of help as my assignment is due in 2days i have a webserver and webclient program to display a webpage that the client request where i got...
b_keelapudi
Offline Send Email
Apr 6, 2007
11:29 am
7913
... The next time you cross-post, please clearly indicate so. I won't repeat my response from c-prog here, I leave this up to you. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 6, 2007
11:56 am
7914
Hi, using winapi we could reach any opened Edit window by looking for its class or testing the text inside it or looking for its knowen parent. When we get the...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 7, 2007
5:29 am
7915
Hi This is my webserver program * this is my webserver program **************************************************************** #include<sys/socket.h> ...
Babu Keelapudi
b_keelapudi
Offline Send Email
Apr 7, 2007
5:15 pm
7916
... <snip> ... You have to use "struct sockaddr_in", not "sockaddr_in" alone. ... fcntl() will be your friend here. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 8, 2007
8:45 am
7917
And what should I do if I wish to write portable code? ... WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems etc..)...
Artem Nehamkin
alkhimey
Offline Send Email
Apr 9, 2007
9:40 am
7918
... <snip> Not every hardware platform has I/O ports. So "portable" can only mean that you isolate every hardware-specific code as much as possible. This is,...
Nico Heinze
nico_heinze
Offline Send Email
Apr 9, 2007
9:45 am
7919
Hello, You can't use same code for different O/S to access port . Reason is very simple, different O/S manage hardwares in different way . Just...
rabinarayan biswal
baappi
Offline Send Email
Apr 9, 2007
2:47 pm
7920
Hi folks, Any comments on this book (Ivor Horton's Beginning Visual C++ 2005). I am a beginning C++ programmer and thinking about buying it. Also, any...
sanofsans
Offline
Apr 9, 2007
10:11 pm
7921
how the virtual table ie vtable is actually implemented ... Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos....
sanjay makhija
makhija_san
Offline Send Email
Apr 15, 2007
1:00 pm
7922
... The most likely variant (I haven't taken a closer look at compilers for ages) is a record (like a simple C struct) which contains one special pointer:...
Nico Heinze
nico_heinze
Offline Send Email
Apr 16, 2007
4:40 pm
7923
http://www.akhilamatrix.com/computer_science_CD.htm http://www.akhilamatrix.com/computer_science_IJ.htm best of Luck...
chinthacn
Offline Send Email
Apr 19, 2007
10:43 am
7924
... May I dare to ask whether you're sure that all the ebooks are stored there legally? Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 19, 2007
10:54 am
7925
DevSquare(http://devsquare.com/) is an online development platform you can use to assess your coding skills, practice coding concepts and develop applications....
biswanath chakravorty
biswanath_ch...
Offline Send Email
Apr 20, 2007
9:44 am
7926
Hi folks, I have 3 questions about socket programming: 1) Does anybody know a good book/link/website on TCP/IP socket programming in C for windows (and UNIX)? ...
sanofsans
Offline
May 2, 2007
8:04 pm
7927
the best book that i ve come through is unix network programming by stevens.. hope it is beneficial 2 u nishant ... -- The history of the world is the history...
nishant mandilwar
nishant_mand...
Offline Send Email
May 3, 2007
8:28 pm
7928
Hi All, I have a query. Lets say i create a child process using fork and execvp commands. Now, I need to maintain similar states between the parent and the...
deepak1283
Offline
May 4, 2007
5:42 pm
7929
... <snip> Hi Deepak, no, no way. SIGKILL is immediately executed by the signal transfer mechanism, that means BEFORE the signal handler in your code will even...
Nico Heinze
nico_heinze
Offline Send Email
May 4, 2007
5:46 pm
7930
are you sure that sigkill can be handled ? ...
abhishek misra
abhishekfish...
Offline Send Email
May 5, 2007
4:45 am
7931
Rate your self in C. Take the Quiz (10 questions with feed back) at http://mulogic.phpnet.us/drupal/?q=node/1 How much did you score?...
mulogic
Offline Send Email
May 5, 2007
2:49 pm
7932
Hi Abhishek & Nico, Thanks a lot for your help, I understand that SIGKILL command cannot be handled, using the signal function. But, currently i need a...
deepak1283
Offline
May 7, 2007
6:00 pm
7933
well there are some foolish work arrounds 1. You can ask the child process to monitor if the parent exists and program it to terminate itself as soon as the...
abhishek misra
abhishekfish...
Offline Send Email
May 8, 2007
4:44 am
7934
i hope this may be useful.you need to dig a bit though If a session has a controlling terminal, CLOCAL is not set and a hangup occurs, then the session leader...
abhishek misra
abhishekfish...
Offline Send Email
May 8, 2007
6:19 am
7935
Can anyone help me with Borland C++?...
raj4205
Offline Send Email
May 8, 2007
6:59 pm
Messages 7906 - 7935 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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