GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

C++ Faqs


C++ Faqs

Questions: 43
Comments: 66
 C++ Faqs Tags
 Showing Questions 31-40 of 43 Questions
<< Previous 1 2 3 [4] 5 Next >>
 Sponsored Links

 
 C++ Faqs
Sorting Options :  

Latest Answer: Both the above methods doesn't meet the purpose. Try thisclass singleton{ private: /*add what ever data members necessary*/ static singleton* obj; singleton() ...
Read Answers (3) | Asked by : santosh

View Question | Asked by : shalini

Latest Answer: Enum is not an operator. It is a datatype. Hence it can NOT be overloaded as an operator.You can define operations on enum datatypes and Overload operators for perfoming operations using enum though.If your question is "Overloading Enum", then using operator ...

"Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
Read Answers (1) | Asked by : Kpc

Latest Answer: multiplication is a costly operation,costlier than bit operations.So,it is a better practice to use bit operation that is > for divsion when you are multiplying with a factor of 2 otherwise its not suggested.  ...
Read Answers (5) | Asked by : Paras

If static int temp; defined in one file1, then can we use this same temp variable in file 2 ? Is it possible to do this with EXTERN ?
Read Answers (4) | Asked by : Paras

How can i overload the subscript operator [] with more than 1 dimension.. like [][][].. if possible pls give an example
View Question | Asked by : muralib

Latest Answer: A static array is an array with fixed number of dimentions and each dimention will have fixed length. You can not change the dimentions of the Static array during runtime.ex: int arr[10][20] It has Two dimentions. Each fixed, one to 10 other to 20.Well ...
Read Answers (1) | Asked by : Gaurav

How can i overload the subscript operator with more than i dimension? if possible give an example.. pls dont ignore
Read Answers (2) | Asked by : murali

Latest Answer: C++ structs are classes with default access as public.C++ structs are typesC++ structs require a ;C++ structs support ctors/dtorsC++ structs support explicit access specificationC++ structs support inheritanceC++ structs do not have tag names (they are ...
Read Answers (8) | Asked by : bighnaraj samantaray

View page << Previous 1 2 3 [4] 5 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape