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 strongm 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 dejah0308

  1. dejah0308

    How to convert from public class to struct?

    Hi, so i try to convert code that has public class to struct, so for the initial code it will be like this: #include<iostream> using namespace std; #include<conio.h> #include<string.h> #include<process.h> #include<stdio.h> #include<fstream> class car { public: int vno; float count; char...

Part and Inventory Search

Back
Top