school of software programming offers course in languages
click here for mobile version
COMPUFIELD - Computer Institute Creative Courses Internet Courses Network Certification Courses Fashion Designing Textile Designing Jewellery Designing Interrior Designing
 
COMPUFIELD in Bandra (West)
ISO 9001:2000 Certified Computer Institute

Search for our courses
 
 
Our Courses :Creative Courses | Digital Film Making Courses | Internet Courses | Programming Courses | Network Certification Courses | Security Certification Courses | Kids & ICSE Courses | Office Automation Courses | Financial Application Courses
 
 
Miscellaneous : Location of Compufield | Site Map | Student's Accomodation | Per Day Expenses | Jobs Assistance | Send to a Friend
 
Student's Registration : Registration Form | Payment Facilities | Indian Consulates | Visa to Apply
 
COMPUFIELD in Bandra (West) Franchise Course Enquiry IT Corporate Training
 
 
     
 
Certificate Courses in Programming
 
C & C++
 
VB.Net
 
ASP.Net
 
ORACLE (Paper I) SQL
 
MS SQL Server 2003
 
PHP & MySQL
 
AJAX
 
AJAX + PHP & MySQL
 
Java Development Kit
 
JDBC & JavaBeans
 
Java-Servlet
 
JSP
 
J2EE
 
Computer Applications For Class IX (ICSE)
 
Diploma in
Java Programming
 
Diploma in Financial Accounting
 
Certificate course in
Microsoft Excel
(Financial Application)
 
Certificate course in
Macros VBA
(Financial Application)
 
Certificate course in
Microsoft Excel
(Financial Accounting)
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Diploma in Microsoft Excel
(Financial Accounting)
 
Diploma course in
Financial Accounting
using Excel
 
Diploma course in
Computerized Accounting +
Financial Accounting
 
Diploma course in
Computerized Financial
Application (MIS)
 
Diploma in Database-Administration [RDBMS]
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 9i DBA Paper I to IV
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 10g DBA Paper I to II
 
Diploma in Internet Application & ECommerce
 
Diploma in Software Engineering
 
Diploma In Web Designing, Software Engineering,
Global Marketing and E-Commerce
 
Diploma in Web Designing, Multimedia, E-Commerce & Global Marketing
 
Diploma in Web Designing, Multimedia, Software Engineering, E-Commerce & Global Marketing
       
 
 
       


  Email ID:    
     
     
 

C, C++ & Data Structures

Our Programming Student's Review
Zohair Mala, Course-"JDK, Javabeans, JDBC, Java Script & Web Publishing" Coountry-"Kuwait" Abhishek Shukla, Course-"PHP & MYSQL", Country-"India" Musadique Kazi, Course-"C,C++, Javascript and Web Publishing", Country-"India" Kavita Maheshwari, Course-"Java Script", Country-"India"
Programming Review
4 5
 
Our Programming Student's Video Review
 
 
View more Video Review's

Enquire About This Course
   
Name :
   
*Country Name
    e.g.India, UK, ....
Residence / Office Number :
Country Code City Code Number
    (Number-Coutry code & city code)
e.g. +91-22-23676218
     
Mobile Number :
     
*Email :
     
*Course Of Interest :
     
Enquiry :
    (*) Signed fields are mandatory.
   
   



 For Corporate Training in this course CLICK HERE


    C
    C is a general purpose Programming Language. C has proven to be a pleasant, powerful, and versatile language for a wide variety of programs. Many of the modern languages like C++, Visual C++, Java, JavaScript, etc. are based on C Language. Therefore, not knowing this Language is considered to be a handicap. The fundamental types are characters, and integers and floating-point numbers of several sizes. Pointers provide for machine independent address arithmetic.  

    SALIENT FEATURES

    • C is a general purpose Structured Language that is powerful, efficient and compact.

    • C is a combination of High level language and Assembly language that's why its good for man & assembler.

    • C is a robust language whose rich set of built-in functions and operators can be used to write any complex program.

    • C is a portable language.
    • C provides a variety of data types.
    • In addition, there is a hierarchy of derived data types created with pointers, arrays, structures, and unions.
    • Programming in C is efficient & fast because of its data types and various operators.

    APPLICATION

    • 90% of UNIX Operating System is written in C Language.

    TOPICS COVERED

    • Basic Structure of C, Constants, Variables, Data types & Keywords, Operators, Expression, Conditional Operators.

    • Decision, Loop & Switch Control Statement.
    • Arrays & String Handling, Creating Functions in C.
    • Introduction to Pointers in C.
    • Passing Pointers as Arguments to Function.
    • Structure, Union, File Handling Dynamic Allocation of Memory.
    • Introduction To Linked List Basics.

    C++

     For Corporate Training in this course CLICK HERE



    C++ is an Object Oriented Programming Language that is powerful, efficient and compact. It includes concepts like Polymorphism, Dynamic Binding, Data hiding, Operator encapsulation and inheritance, which are to be observed in C. User defined objects (instances) can be reused with and without modifications to generate new application. This reduces coding to greater extents.

    SALIENT FEATURES

    • For file accessing, you can use file objects to open or manipulate a file.
    • C++ is a Robust language whose rich set of built-in functions and operators can be used to reduce complexity of programs.
    • C++ is also a Portable language.

    APPLICATIONS

    • Complex real-time System.
    • Simulation and Modeling.
    • Object-oriented database.
    • Hypertext, hypermedia and expert text.
    • Neural networks and parallel programming.
    • Communication System.

    TOPICS COVERED

    • Introduction to Object Oriented Programming (C++).
    • Tokens, expression, data types & control structure.
    • Introduction to Classes, Objects, Constructor & Deconstructor.
    • Functions in C++.
    • Function overloading, Operator overloading.
    • Inheritance, multiple & multilevel inheritance.
    • Introduction to virtual functions, classes & polymorphism.
    • File operations using stream classes.
    • Exception Handling.
    • Introduction to Templates.

    Data Structures

    Data Structure is a collection of data elements organized in a specific manner and accessing functions
    are defined to store and retrieve individual data elements. You can get the required data and store it using a proper data structure, Sort the input data. Finally u can print the data according to
    requirement. You can add the data, search the data, delete the data, view the data using all types
    of search and sort techniques in data structure.

    APPLICATION

    • In All Types of Software Development.
    • In System Programming.

    TOPICS COVERED

    • Structure Programming, Life Cycle of a Software, Program Verification, Efficiency of Algorithms, Analysis of Algorithms.

    • Abstract Data Type, Classification Of Data Structure, Arrays, Structures in C, Character Structure in C, Pointers, Memory Management in C.

    • Linked List, Singly Linked List, Operations on Linked List, Avail List, Implementation Linked List, Circular Linked List, Doubly Linked List, Applications Of Linked List.
    • Stack, Operations on Stack, Implementation of Stack, Applications of Stack, Queue, Operations on Queue, Implementing operations Of Queue, Priority Queues and Applications of Queues.
    • Recursion, Static Storage Allocation, Dynamic Memory Allocation, Writing Recursive Algorithms.
    • Tree, Binary Tree, Operations on Binary trees, Tree Traversal, Threaded Binary Trees.
    • Searching, Sequential Searching, Searching an Ordered Table, Search Trees, General Trees, Hashing
    • Sorting, Bubble Sort, Selection Sort, Insertion Sort, Shell Sort, Quick Sort, Merge Sort, Radix Sort,  Address Calculation Sort, Tree Sort, Heap Sort.
    • Graph, Representation of Graphs, Graph Traversal, Application of Graphs.
 
    C & C++ (Level I)
    Course Duration Fees (Indian RS.) Fees (US $)
    65 sessions of 1 hr. each 8,000 230


    Data Structures
    (Level II)
    Course Duration Fees (Indian RS.) Fees (US $)
    40 sessions of 1 hr. each 6,500 165

    C, C++ & Data Structures
    (Level I + II)
    Course Duration Fees (Indian RS.) Fees (US $)
    105 sessions of 1 hr. each 13,000 325
 
Management has full right to change courses, contents, tuition fees without prior notice.
 
Click here to Register for
C Programming
 
COMPUFIELD offers a unique style of learning -
One computer : One student : One Instructor The timing can be fixed based on our mutual convenience,
between 9.00 a.m. to 7.00 p.m.
Maximum Instructor to Student Ratio 1:4 Course duration in working days = Total sessions divided by number of sessions (hours) per day.
Sessions : Each session will be of 1 hour No extra charges/refund for more/less time taken to complete the course.

Fees is for one course and it includes instructions, practicals,practice, project, preparation for exam (if any)

Lodging, boarding and travelling not included in the fees.
Overseas / local Students take 5 to 10 hours per day to complete their courses earlier.    
 
Solve your Queries Online related to our Courses
Mobile Number
M.E. Khairaz (MD)
+919820134058
Gmail
 compufield@gmail.com
Yahoo Messenger
Yahoo Messenger
compufield@yahoo.com
ICQ
MSN Messenger
compufield@hotmail.com  
Skype
 
HO : Chinoy Mansion, First Floor, Block # 2, Opp. St.Stephen's Church, Warden Road, Mumbai (Bombay)-400 036, India.   : +91-22-23676218
 
"aonlinetraining - distance learning school, institute, college, academy, multimedia, digital art, interior and fashion designing, jewellery, jewelry, jewelery design, internet technology, and software engineering courses" "institute of online internet e-learning, courses  in computer generated fashion designing, technology,free tutorials  haute couture using coreldraw and photoshop software-CAD" "jewelcad distance education courses,  computer based jewellery, jewelry, jewelry, jewelery designing in gold, platinum, diamonds, professional internet learning of necklaces, bracelets, rings, earrings designs"
 
"Compufield -computer Institute specialized in fast track courses-multimedia,web designing,software engineering,certification courses,fashion,jewellery,interior designing courses. India,Bombay(Mumbai)." "COMPUFIELD-Leader in Global IT Corporate training having more than 20yrs exp.Programs offered MS-Office, Advance Excel, Java, Oracle, Linux and many more." "Compufield : free e-greeting cards, animated, musical greetings, ecards, postcards for Christmas, xmas, new year, eid, diwali, valentine's day, birthday, friendship, anniversary, love, congratulations, Halloween."