How do I tokenize a string in c++?
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
write a C++ programming using for loop: * * * * * * * * * *
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How much is size of struct having 1 char & 1 integer?
When to use Multiple Inheritance?
What is the difference between the parameter to a template and the parameter to a function?
Which software is best for coding?
Is java easier than c++?
Which software is used to run c++ program?
Differentiate between late binding and early binding. What are the advantages of early binding?
Under what conditions is multiple inheritance not recommended?
Write my own zero-argument manipulator that should work same as hex?