Hey fellas i am new to all this so please bare with me...im not trying to get you guys to write my program or do my homework ....
This is what I have so far and it isn't working.
I am trying to use the define option to cout phone 18005551234. I am not looking for an alternative to display the number. I want to learn how to use this #define option. Thanks in advance.Code:#include <iostream> using namespace std; #define phone 18005551234 int main ( ) { cout << phone; system ("pause"); return 0; }



LinkBack URL
About LinkBacks


