GeekInterview.com
  I am new, Sign me up!
 

C++ Faqs


C++ Faqs

Questions: 47
Comments: 81
 C++ Faqs Tags
 Showing Questions 11-20 of 47 Questions
<< Previous 1 [2] 3 4 5 Next >>
 Sponsored Links

 
 C++ Faqs
Sorting Options :  

How to connect C++ to MS Access? 
Latest Answer: Inline functions: in exectution of normal  functions compiler overhead occurs by jumping to and fro from stack to avoid this inline functions are used it executes the given functions directly without moving it to stackMacros:macros are the functions ...

What is the difference between macro and inline function? 
Latest Answer: Compiler performs return type checking, function signature before putting inline function into symbol table. But there is no type checking for Macros. So Macros are more error prone as compared to inline functions. ...

Latest Answer: Advantages:* Increasing the programming performance , Using pointers we can able to access the variables faster* Dynamic memory management * Data structure handling (Linkedlist, Stack ,Queue, Data dictionary,....)* File management using FILE pointer ...
Tags : Pointer

I have a program in Math that I can't do ,can any body help me and I'll be very grateful to him.The program is:How to use Code written in C++ to write matrices/matrix/array in Math with 4th 

Latest Answer: Using const_vast conversion. ...
Read Answers (1) | Asked by : trupti

View Question | Asked by : jitudash

Latest Answer: With templates, you do not have to repeat the entire codes for different types. ...
Read Answers (2) | Asked by : vishal

View Question | Asked by : anand_study

Latest Answer: //SPIRAL MATRIX#includeclass Spiral{public:void sp();};void Spiral::sp(){  int m,n,i,j;int ctr=0,mode=0;int r=0,c=0;int A[30][30];coutn;for(i=0;i ...
Read Answers (1) | Asked by : manik goel

How to check the string in one file is palindrome or not? Print how many strings in that file are palindrome? 
Latest Answer: //Ranier De Leon//June 2008#include#include#includeusing namespace std;void tryAgain(int);void input();void main(){    input();}void tryAgain(int a){    char TA;    cout
Read Answers (1) | Asked by : Ankur

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

Ask A Question
Go Top
 Sponsored Links

 
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 (?)

 
Expert Members
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape