C4Swimmers Newsletter  

Introduction to C/C++

Introduction to C/C++ for Beginners or Newbie Programmers

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

International Online Programming Contest(organized by IIT Kanpur)

Techkriti’09 presents the International Online Programming Contest (IOPC) sponsored by Google. A perfect opportunity to prove your algorithmic mettle and win prizes worth 1200$ US. A lot of other Google goodies up for grab. So all you geeks out there, get coding and fill your coffers.
The event schedule is as follows:
Date: 8th February, 2009
Day : Sunday
Time: 0900 – 2400 hours IST
For more information visit:
http://iopc.techkriti.org/~iopc
Brought to you by Google. Have fun.
Coordinators:
Ashish Kumar Agrawal
ashishag@iitk.ac.in
contact number:+91-9451284897

programming problem regarding room capacity

Write at least 5 sentences stating your reason that the programming problem regarding room capacity should incorporate a condition to be able to obtain the required output. If you think that this problem will be solved without a condition, kindly write the equivalent source code.

Below is the sample run for the said programming problem:
Enter room capacity: 45
Enter actual class size: 40
Available seat/s: 5
Excess head count: 0

*******************
Enter room capacity: 40
Enter actual class size: 45
Available seat/s: 0
Excess head count: 5

C++ Developer Trends & Job Wage Stats from USA, India, Russia..

Anyone interested to know the average wages and job growth (as well as demand for C++ programmers) can find some of the most up to date info at C++ Developer & Engineer Job Stats: USA, India, RussiaHope this helps those who are wondering what to charge their clients, and how much demand for C developers is growing.. despite what some may say about our "niche language."

C++ Developer & Programmer Job Wages and Stats - Global

For freelancers and global outsourced contractors of C++ and C development, this page http://www.odesk.com/trends/c%2B%2B shows a general uptrend since September for demand for our skills, services. What is really fascinating is the hourly wages people can charge from places like India, Russia, etc.

Now how do we get those average wages to increase steadily :) ?

Windows Scripting

Dear Moderator,

As i am working on win 2003 i would like to learn Scripting on the same.

regards
Praveen

Software Training CD , IBM AIX, SUSE10, Linux, Ethical Hacking, Penetration Testing

eVision Infotech for the first time in india introduces software training CD. Now eliminate losing thousands of money for software trainings. These CD's are made very user friendly and with latest training information. For more information, please mail us

Some of the hot training CD's are:

1. IBM AIX 5L training

2. Solaris 10 Training

3. PHP and MySQL Video Tutorial

4. Certified Information Systems Auditor Training(CISA)

For more details and List of CD titles, Please contact
Contact : Shekhar
Cell: 9764745854
website : http://www.evisioninfotech.com

what diferent between dev-c++ and borlandc++

I'm newbie in C, use Dev-c++ and Borland C++ as the interpret, i don't know when i run this code by Dev is not problem whether by Borland it show error dialog.

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-2.png

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-3.png

#include
main()
{
printf("hello world\n");
system("pause");
}

What message showed?

what diferent between dev-c++ and borlandc++

Hello, i'm newbie.
I run code on Dev working but Borland now works
Please explain for me!
thank
I'm newbie in C, use Dev-c++ and Borland C++ as the interpret, i don't know when i run this code by Dev is not problem whether by Borland it show error dialog.

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-2.png

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-3.png

#include
main()
{
printf("hello world\n");
system("pause");
}

What message showed?

How can i create a new Thread in C?

hello

can any one tell me how can i create a new Thread in C Language? (IN Windows + TC )

Syndicate content