C-DAC Bangalore has openings for Project Engineers

C-DAC, Knowledge Park invites highly talented, dynamic and dedicated individuals on contractual employment for the following skills   VHDL/Verilog/RTL design methodology/System C C, Data Structures ,C++, Assembly, Scripting Languages XHTML, CSS, WML, HTML5, ActionScript, JavaScript, Java, J2ME, PHP, Python, jQuery, PhoneGap, dojo. Embedded C, Windows, Linux Programming, UNIX Flavors, Solaris, AIX, Linux Programming, Programming in [...]

Continue reading →

Operator overloading (Compile time polymorphism-static binding)

This is another type of polymorphism also called as compile time polymorphism or static binding. Operator or function overloading essentially means having multiple functions or methods with same name. Operators are the special functions which carry out certain operation on operands, such as equating, comparison, addition, subtraction etc. We know various arithmetic operators, comparison, logical [...]

Continue reading →

Various types of Function overloading (compile time polymorphism / static binding)

Polymorphism means same entity behaving differently at different times. Compile time polymorphism is also called as static binding. Compile time or static binding means Function body is bind to the function call at compile time itself.  In C++ compile time polymorphism can be achieved using Function overloading and operator overloading. Function overloading Function overloading means, [...]

Continue reading →

C++ : Explain constructors Usage

To initialize an object of a class, we need a constructor. We can use default constructor provided by compiler or we can overload constructors or override zero argument constructor similar to default constructor. Constructor Ex. It does not have any argument. Unlike normal functions, it doesn’t return any value. Has same name as that of [...]

Continue reading →

Why do we need constructors in C++

Prior to C++ programming or Object oriented programming; procedural languages such as C language were used. Procedural language program have typical structure where variables needs to be declared to hold data and functions need to be declared to operate on these variables. To share variables among various parts of program (or with number of functions) [...]

Continue reading →

Where does C++ program data stored

Every C++ program has some defined Input, Processing and desired Output.  C++ program contains Data and Operations to operate on data. If you see a memory structure of C++ Program, while loading into the memory, Data Section and Code section is created. But data section is not the only place where program data is stored [...]

Continue reading →

Government Jobs with NHPC for BE freshers Civil/ElectricalMechanical

Trainee Engineer (Civil) : 90 posts, Pay Scale : Rs.20600-3%-46500 Trainee Engineer (Electrical) : 90 posts, Pay Scale : Rs.20600-3%-46500 Trainee Engineer (Mechanical) : 60 posts, Pay Scale : Rs.20600-3%-46500 Last date of Application :  30/05/2011 Advertisement: http://www.nhpcindia.com/English/Scripts/Recruitment_ViewDoc.aspx?id=34&f=open_rectt_2011_1.pdf Apply online : http://www.nhpcindia.com/English/Scripts/recruitment.aspx  

Continue reading →

Huge Openings for BE / MBA freshers with COAL India

  Management Trainees : 1080  posts Mining-319, Electrical-159 Mechanical-145 Civil-50, Industrial Engineering-9 Chemical/ Mineral-20, Electronics & Telecommunication-7, Systems -10, Environment-13, Geology-31, Geophysics-6, Materials Management-17, Finance & Accounts -133, Personnel & HR -136, Sales & Marketing – 19, Rajbhasha (Hindi) -6 ) Category Distribution : UR-538, OBC-268, SC-179, ST-95 Pay Scale :  E1 grade Rs.16400- 40500 [...]

Continue reading →

Recruitment of IT Officers in Bank of India

Bank of India. Head Office Recruitment of specialist officers in various scale (Vacancies – 937) Post Code No. 11        IT OFFICER  (Scale-I)  Vacancies: : 56 Qualification : 1)  Graduate Degree in Engineering in Computer Science/ Electronics and Tele communication or M.C.A. with min. 55% marks in aggregate as full time regular student, from a recognised [...]

Continue reading →

C++ and Win32 Exceptions

What is an exception? Exception is the special condition that changes the flow of normal execution . Some times te exceptions may endf up crashing the appln ,but it can usually be handled using the catch block in the code.     Basically there are two typpes of exception ,one is the h/w exception & [...]

Continue reading →
Page 3 of 244«123456»102030...Last »