Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by beth1029

  1. beth1029

    How do you get commas into output? Newbie

    Brother C, thank you for the reply , but, I wasn't specific enough in what i need - example: first number might be entered as 345 and second number may be 9864, the product would be 3403080 and i need it to print out 3,403,080 for anyone else that may want to help - this is for visual c++...
  2. beth1029

    How do you get commas into output? Newbie

    Question: Write a program that reads 2 integers and prints out their product in a format using commas, we have to use command user interface(CUI). Thank you very much for your help!! Here is what I have: #include <iostream.h> void main() { long int a; //first integer long int b ...

Part and Inventory Search

Back
Top