Need help with Phone Number Program@ToeKnee0x10: As far as I know your idea won't fit with c++ and dynamically reading in unknown data,...
Different header files for different OSThanks Giblit and Duoas for your input. @Giblit: Do I get you, if I say: You need to compile for dif...
c++ adding numbers to each lineEdit: Ahhh, getting tired... Should go for a sleep... [s]You could use the getline method of ifstrea...
How to define array which size is do not know yetExcuse me? I didn't get your last statement. Did it work?
How to define array which size is do not know yetTry the following code: [code]int len; cin>>len; int *array=new int[len];[/code] Replace all [i]int[...