Thursday, July 9, 2009

C++ array help?

can anyone help me make a simple program that could just show


"record found" or "record not found" in the output by just putting any integer input.





or can anyone help me find a site that could teach me about inheritance or arrays

C++ array help?
use an if else statement.....





int main()


{


int n;





cin%26gt;%26gt;n





if (n%26gt;2)


cout%26lt;%26lt;"record found";





else


cout%26lt;%26lt;"record not found";





return 0


}
Reply:c++ array, would help you, but I would need to install a compiler





http://www.codersource.net/c++_arrays_tu...
Reply:for your first question:


no, not just anyone, it has to be someone with some knowledge in C++





for your second question:


yes probably anyone could help you find a site.

narcissus

No comments:

Post a Comment