How do I tokenize a string in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


When to use Multiple Inheritance?

6 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


Which software is best for coding?

0 Answers  


Is java easier than c++?

0 Answers  


Which software is used to run c++ program?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


Write my own zero-argument manipulator that should work same as hex?

0 Answers  


Categories