C4Swimmers Newsletter  

Fresher

Fresher Resources

Free Adobe Flash Platform Software CD for Students

Free Adobe Flash Platform Software CD for Students

Abobe is providing free copies of Adobe Flash Builder 4 Standard:

If you belong to below categories, you can apply

  • Students, faculty and staff of eligible educational institutions
  • Software developers who is currently unemployed

 

Go to below link and Fill out the form to apply for your free copy.

(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.

(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.

(Paper) Multiple Choice Questions for System Develpoment Life Cycle (SDLC)

(Paper) Multiple Choice Questions for System Develpoment Life Cycle (SDLC)

(Interview) Frequently Ask Question on C/C++/Algorithm

(Interview) Frequently Ask Question on C/C++/Algorithm

C++: Libraries

C++: Common & Differences with C

TUTORIALS

  • (TUTORIAL) C++ Programming Language Tutorials

  • (Tutorial) Managed DirectX C# Graphics Tutorial 1: Getting Started

  • (Tutorial) Defining and Overloading Operators in C++

  • (Tutorial) C-Jump Boardgame: Learn C, C++ and Java in a fun yet educational way

  • (Tutorial) C++ Standard Library, A Tutorial and Reference

  • (Tutorial) C, C++, and Java Programming Training

  • (Tutorial) Learn ASP.NET 2.0 - A "From the Ground Up" Tutorial (Part -1)

  • (Tutorial) Learn ASP.NET 2.0 - A "From the Ground Up" Tutorial (Part-2)

  • (Tutorial) Learn ASP.NET 2.0 - A "From the Ground Up" Tutorial (Part-3)

  • (Tutorial) Learn ASP.NET 2.0 - A "From the Ground Up" Tutorial (Part-4)

  • (Tutorial) Introducing cfix, a unit testing framework for C/C++ on Win32

  • (Tutorial) Crashproof C++ Language

  • (Tutorial) Introduction to Python - Part 1

  • (Tutorial) C++ Language Reference (All)

  • (Tutorial) ELATE - Extensible Logger And TracEr

  • (Tutorial) Excellent Collection of C/C++ tuorials

  • (Tutorial) Learning OO/C++

  • (Tutorial) The Anatomy of a C++ Program

  • (Tutorial) C++ Coder’s Newbie Guide to Lisp-style OOPS

  • (TUTORIAL) Introduction to Python 3

  • (TUTORIAL) C-C++ books and tutorial

  • (TUTORIAL) Introduction to Object-Oriented Programming Using C++

  • (TUTORIAL) Introduction to computer programming

  • (TUTORIAL) Getting Started with ASP.NET Ajax

  • (TUTORIAL) Getting Started with ASP.NET Ajax

  • (TUTORIAL) Introducing the .NET Platform

  • (TUTORIAL) C++ Programming

  • (Tutorial) Extreme Programming Explored

  • (Tutorial) STRUCTURED QUERY LANGUAGE (SQL)

  • (Tutorial) C# Tutorial

  • (Tutorial) Using the C/C++ Tool Collection Descriptor

  • (Tutorial) C/C++ Remote Development

  • (Tutorial) Debugging C/C++ Projects Tutorial

  • (Tutorial) Lecture Series on Internet Technologies (TCP/IP)

  • (Tutorial) Functional Programming in C# 3.0 using Lambda Expression - Part 1

  • (Tutorial) Debugging C++ Code from Java Application By Gregory Shpitalnik

  • (Tutorial) C++ Implementation of the C# Property and Indexer with Accessor-Modifiers

  • (Tutorial) The Building of a Knowledge Base Using C++ and an Introduction to the Power of Predicate Calculus

  • (Tutorial) A C# tiny fireworks simulator

  • (Tutorial) Fast native structure reading in C# using dynamic assemblies

  • (Tutorial) Straight way to Create ASP.NET user controls library

  • (Tutorial) SQL Server CE Query Tool

  • (Tutorial) Writing a C++ Program with the CAPICOM Component to Encrypt and Decrypt Files

  • (Tutorial) Operator Overloading (C++ The Overloading Principle)

  • (Tutorial) Managing Database Operations Using ADO And C++

  • (Tutorial) Using Multiple Inheritance in C++

  • (Tutorial) Csharp (C#) Tutorial

  • (Tutorial) VB.NET Tutorial | Customize user controls and object methods

  • Demonstration of using variable number of arguments

    Demonstration of using Variable number of argument

    #include 
    #include 
    main()
    {
    	int add( int nint, ... );
    	printf ("Sum of 4 numbers is %d", add( 4, 1,2,3,4) );
    	printf ("Sum of 2 numbers is %d", add( 2, 10, -2 ));
    }
    int add ( int nint, ... )
    {
    	va_list va;
    	int total = 0 ;
    	va = va_start (nint );
    	while ( nint-- )
    		total += va_next ( va, int ) ;
    	va_end (va );
    	return total ;
    }

    To print the full range of escape characters

    #include 
    main()
    {
    	int i = 97 ;
    	for (  ; i < 123 ; i++ )
    		printf(" \\%c", i  );
    }

    Code contributed by : Pradeep SP
    pradeepcse23@gmail.com

    Job Opening: QA Manager - Software Testing

    Dear c4swimmers,

    We have some urgent requirements with our Client in India.

    About Client: It’s a Fortune 25 top Software MNC with Multiple offices across USA, UK and India.
    Current open requirements are for INDIA office.

    If you feel you are fitting to any of position below send your updated resume, and contact details to swiftsol.consultant@gmail.com

    Position: Manager – Quality Engineering

    Job Experience: 8 - 15 yrs in software QE
    Job Function: Lead Quality Assurance Team
    Location: Northern Part of India

    (LINKS) C, C++ Tutorials, FAQs, and Helpful Articles.

    (LINKS) C, C++ Tutorials, FAQs, and Helpful Articles.

    (FAQ) FREQUENTLY ASKED PROGRAMS IN C, C++

    FREQUENTLY ASKED PROGRAMS(FAQs) IN C, C++

     1. Program to convert upper case to lower case or lower case to upper case .

     2. Program to count no. of characters,no. of blanks,no. of words & no. of lines in a multi line string

     3. Program  to correct rudimentary syntax errors.

     4Program to encrypt & decrypt a given string.

     5. Program for Drop Down in C

     6. Program for finding the prime numbers

     7. Program for finding the sum of digits of a five digit number

     8. Program for Prime Number Generation

     9. Program to calculate frequency of vowels in a string

     10.Program to calculate the sum of series

     11.Program to calculate the Typing Speed

     12.Program to copy its input to its output replacing string of one or more blanks by a single blank.

     13.Program to display all vowels in a i/p line of text

     14.Program to find the type of the triangle made by i/p values of its coordinates of its vertices

     15.Program to find wheather a given year is leap year or not.

     16.Program to Multiply Two Matrices

     17.Program to reverse the input string

     18.Program. to find & replace any desired character from the input text

     19.Prg. to sort any no. of numeral i/p in ascending or descending order

     20.Prg. to find the existence & frequency of an i/p substring in a main string

    (QUESTIONS) ANSWER THIS:: C, C++ Questions

    ANSWER THIS:: C,C++ Questions

    1)Which is faster and why
    for(i=0;i<1000;i++) or for(i=1000;i>=0;i--)

    2)how can we include other than a .h using #include

    3)which is faster and why

    fun(typedef struct a X) or fun(typedef struct a *pX)

    4)how can we print "HELLO WORLD" with out using semicolon

    5) what is the purpose of volatile modeifier

    6) how can we avoid multiple enteries of files included by #include

    6)why is enum is better compared to #define constant

    (FAQ) Operating System (OS) Interview FAQ Questions.

    Operating System (OS) Interview FAQ Questions.

    1. What is MUTEX ?
    2. What isthe difference between a ‘thread’ and a ‘process’?
    3. What is INODE?
    4. Explain the working of Virtual Memory.
    5. How does Windows NT supports Multitasking?
    6. Explain the Unix Kernel.
    7. What is Concurrency? Expain with example Deadlock and Starvation.
    8. What are your solution strategies for “Dining Philosophers Problem” ?
    9. Explain Memory Partitioning, Paging, Segmentation.
    10. Explain Scheduling.
    11. Operating System Security.
    12. What is Semaphore?
    13. Explain the following file systems : NTFS, Macintosh(HPFS), FAT .

    Syndicate content