How to tokenize a string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a custom exception?
When is a template a better solution than a base class?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
How does the copy constructor differ from the assignment operator (=)?
Explain stack & heap objects?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is function prototyping?
Write about the scope resolution operator?
Write a Program to find the largest of 4 no using macros.
5. Can inline functions have a recursion?