difference between iostream and cstdioboth are header files used by the C++ complier to perform input and output functions iostream inclu...
cin and cout are differentyou cannot convert an int to a string type .. int is used for integers values and may not accept an...
how to display odd number?heres the code #include<iostream.h> void main() { int a[12]; int i; cout<<"enter the numbers";...
Multicolumn Listboxesrefer to...........http://www.programmersheaven.com/mb/windows/98629/98629/multicolumn-listboxes/?S=...
Multicolumn Listboxesusing MFC you could easily do this and using any class library...................
This user does not accept Private Messages