User profile: tonythomas88

User info
User name:tonythomas88
History
Joined:
Number of posts:7
Latest posts:

HELP!!
int count=0; for(int i=2;i<=1000;i++) { for(int j=2;j<=i/2;j++) { if(count==5) { ...

Pointers help
Resistor * resPtr[3] should be declared globally..

Pointers help
use resPtr instead of resObj..

&
& ---> Bitwise AND Eg: bit pattern of a 0000000001011100 bit pattern of b ...

command prompt from C++ program
thanks for the reply. actually i want to execute a query " bpl -p ..............." which is defined ...