C4Swimmers Newsletter  

C

C language related topics

Search Engine on C Programming

Search for C/C++/Unix Programming related information.
<!-- Google CSE Search Box Begins -->



<!-- Google CSE Search Box Ends -->

Learn Kernel Bootcamp - Part 1 has started

hi friends

The much awaited session Learn Kernel Bootcamp - Part 1 has started and the contents or step-by-step instructions to compile & install the Plain Vanilla Linux Kernel 2.6 is available at:

http://www.c4swimmers.net/wiki/mediawiki-1.6.10/index.php?title=LearnKernelBootcamp_Part1

or Visit http://wiki.c4swimmers.net and click on "Learn Kernel Bootcamp - Part 1".

Your feedback is always welcome about the session that helps us to improve our further sessions:

Huge collection of Indian C/C++ Programming websites

Huge collection of Indian C/C++ Programming websites

Looking for an Indian C/C++ Programming website? Our collection of Indian C/C++ related websites is for all ... So we put together our favorite Indian C/C++ links on this website for others to...

Moreover I just want to make collection of all Indian C/C++ programming websites here. So please help me by posting the Indian C/C++ links that you're aware. All you've to do is just respond to this message post by suggesting the useful link...

Thanks in advance,

Regards,
Webmaster of www.c4swimmers.net and

(CONTEST) Intel Atom Developer Program

Intel Atom Developer Program

If you're interested in developing or porting your C/C++ applications and components into our Intel® AppUpSM Center for profit, you’ll definitely want to sign up for this free instructional session and hands-on lab. Network with other developers focused on this exciting new program from Intel.

Learn how to use our Intel® AppUpSM Center Windows & Moblin C/C++ SDKs, see how the validation and packaging process works, learn how to submit your application into our catalog, and much more. Bring your app code to our on-site lab staffed with Intel experts will be available to provide answers to any questions you may have.


Event Details
Date: 26th June, 2010
Time: 9:30 am - 5:00 pm
Venue: Taj Residency, Trinity Circle, Bangalore

Register Online: http://www.intelapplab.com/register.php

for More Details visit: http://www.intelapplab.com

Courtesy: INTEL India.

(How to) How to write a Share Trading Bot in C or C++

How to write a Share Trading Bot in C or C++

To enter the Ongoing Programming Challenge #2 you just have to supply a single source code file called bot.c or bot.cpp. The rest of this article describes how to write it.

Buffer overflow c/c++

Hello,
how can I find a buffer overflow in C/C++.

For example:

int x[10];
int y[5][5];
int z[5][5][2];

x[12] = 0;
y[3][7] = 8;
z[2][6][1] = 8;

Is there any tool or good compiler to solve this problem?

Thanks

(Event) TWO DAY TUTORIAL ON GNU/LINUX Kernel Workshop by IEEE Bangalore

Free Software Movement Karnataka(FSMK)<http://fsmk.org/> in coordination with IEEE Bangalore section, IBM Linux Technology Centre
and BMSCE announces a Linux kernel tutorial.

(Article) C Programming for Embedded System

in

Article : C Programming for Embedded System

(Algorithm) Sorting Algorithms in C

Algorithm : Sorting Algorithms in C

(Source Code) How to use BitMap in Turbo C++

Source Code : How to use BitMap in Turbo C++

NOTE :Before Running this program you have to copy one file in your "bgi" directory. That file either you have to download from the net or i will provide you. The file name is "SVGA256.BGI". Copy this file at your " tc\bgi\ ". Your tc path. I am not able to attach this file because the file extension is not supported.. If you need this file, i will provide you.

(Code Zone) Minimize Defects/Bugs in your Code

Code Zone : Minimize Defects/Bugs in your Code

Introduction
Here I am going to give a simple example of addition, substraction, multiplication etc to check overflow/underflow so that we can minimize buggs/defects in our code

(Article) Date & Time Management System using C

in

Article : Date & Time Management System using C

(Code Zone) Calculator program in C

Code Zone : Calculator program in C

The below code is a calculator in plain C. It does not take into account the operability of bodmas but just one operation at a time.

The main thing in the source code below in the scanf which scans the input as number symbol number just as in case of normal calculator.

Code: C

(Test) C Language Objective Type Questions Page 4

Test : C Language Objective Type Questions Page 4

(Test) C Language Objective Type Questions Page 3

Test : C Language Objective Type Questions Page 3

(Test) C Language Objective Type Questions Page 2

Test : C Language Objective Type Questions Page 2

Question 26
Code:
int x = 3; 
if( x == 2 );
  x = 0; 
if( x == 3 )
 x++; 
else x += 2;
What value will x contain when the sample code above is executed?
1) 1
2) 2[Ans]
3) 3
4) 4
5) 5

Question 27
Code:

(Test) C Language Objective Type Questions Page 1

Test : C Language Objective Type Questions Page 1

(Books) C Programming Books by Amazon Page 2

Books: C Programming Books by Amazon Page 2

(Books) C Programming Books by Amazon Page 1

Books: C Programming Books by Amazon Page 1

Blog story about C4Swimmers published at Official Yahoo! India Groups Blog

Hi all

Good news to share :-)

Recently I've been interviewed by the Yahoo! India Groups Community Manager Shefali to publish a short story about my group C4Swimmers (a.k.a C For Swimmers - Discover the depth of C).

Blog story about C4Swimmers published @ Official Yahoo! India Groups Blog : http://www.ygroupsblog.in/blog/2009/01/13/c-for-swimmers/
Yahoo! India Groups Blog : http://www.ygroupsblog.in

Syndicate content