File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Jul 1, 2006 9:48 pm
6459
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Jul 1, 2006 9:48 pm
6460
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Jul 1, 2006 9:49 pm
6461
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Jul 1, 2006 9:49 pm
6462
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Jul 1, 2006 9:49 pm
6463
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Jul 2, 2006 6:19 pm
6464
any one plz help me get a call from huawei. their recruitment is going on. i need one reference. plzzz.......................... plzz.............................
hi friends, plese guide me to auto login into linux and i want to run a program automatically when the system boots.... i am working in fedora 4 thanks in...
hi , i m a silent meber of this group. i m working in Embedded C and micro controllers. also i m having knowledge of RTOS [vxworks]. i need details abt RTOS...
Hi friends I want to establish a client server communication in two linux systems(Fedora 4) in c. Plese guide. If anybody has the souce code or material to...
http://www.micrium.com/ u can search for a book on MicroC by Jean J Labrosse (one who developed it). It is good book but rare one Megha Nagarajan Mani...
Refer R Steven's Network programming Vol 1 Or Refer beej's guide ,one of the best guide for beginners http://www.beej.us/guide/bgnet/ regards, Prasanna...
Prasanna K P
prasannakp@...
Jul 6, 2006 9:47 am
6470
Hi sudhansu, Its better to go thrrought the nice book "Unix network programming" by richard stevens. See the following link,which briefly explains about socket...
anaparthi naresh babu
naresh.master3@...
Jul 6, 2006 9:53 am
6471
Hi All, Please see Beejs' guide to network programming (Type same in google, and you will get this guide). Though, it doesnt cover all aspects at length, it...
koul vipin
vickyvipin@...
Jul 7, 2006 4:08 am
6472
Hi rajiv you can try this #include<stdio.h> main() { int n; scanf("%d",&n); n=(n/8<<3)+8; printf("The next number to n which is divisible by 8 is :%d",n); } ...
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net <http://www.c4swimmers.net/> What we do:...
Respected Sir/Madam , Im a fresher 2006 from pondicherry can any one give ur reference for EMC ,Banglore . thank u from vishnu ... Sneak preview the all-new...
Dear Group Members, We have some urgent requirements with our Client in USA. About Client: It’s a Fortune 25 top Software MNC with Multiple offices across...
Hi can you please let me know a program to save an integer in a memory location regards ... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and...
hi, can anybody tell to implement user define memmove and memcopy and wht is the difference between these two. bye shiva ... Do you Yahoo!? Everyone is raving...
can any one let me know how it means in compiler i.e., an array element a[5] 's internal representation is *(a+5) ....base addr+5 means then how the...
hi, can anyone tell me how to implement a optimized variable in a array char a[]={1,3,5,2,1,5,6,8} so that i can get only variable which will not repeated...
Hi, to save an integer in an memory location say 0x3FFF #define Control_Reg *(int *)0x3FFF says typecasting it to an integer and then deferencing it, so...
Hai, i have created an GUI using MFC, and calling a C Dll from it. On calling Dll ( dll takes the processing time about 10 min) the MFC doen't response to any...
Hai, Multithreading is possible in C++,b y using the fucntion AfxBeginThread(Called Function address,Priority, paramaters). The function u want to called is...