hi can any one know how to program in c++ the *143# in globe all iknow is u can use if else conditional statement!! tnx in advance
tan.revilleza 0 Newbie Poster
Recommended Answers
Jump to Post
cout << "*143#" << endl;
Jump to Postaw not that kind of programing
If you don't like streams, calling
printf("*143#\n");
from within C++ is valid, so long as you includestdio.h
All 6 Replies
jwenting 1,905 duckman Team Colleague
tan.revilleza 0 Newbie Poster
Assembly Guy 72 Posting Whiz
tan.revilleza 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Naveen508 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.