View Single Post
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: error in cstdlib

 
0
  #2
Dec 31st, 2008
try
  1.  
  2. #include <iostream>
  3.  
  4. //...or
  5.  
  6. using namespace std;
  7.  
  8. //...
.:-cikara21-:.
Reply With Quote