Forum: C Jan 14th, 2005 |
| Replies: 1 Views: 4,438 hi!
I have a class same as below:
class sample{
friend ostream& operator<<(ostream &ostr,sample p);
private:
//:
//:
public:
//: |
Forum: Assembly Jan 10th, 2005 |
| Replies: 0 Views: 5,483 hi!
I don't know:
how do I realize the Memory Resident assembly code.
how to change my program to memory resident program.
how those it(memory resident program)works?
:?: do you know aboves?? |
Forum: C++ Jan 10th, 2005 |
| Replies: 34 Views: 18,551 the purpose of this program is making huge random array to sort it(several times to take noticeable time) by different sort algorithms (such as quicksort,bubblesort,mergesort,etc...)and compare the... |
Forum: C++ Jan 9th, 2005 |
| Replies: 34 Views: 18,551 :?: I don't know what is the difference of "void main()" and "int main()"? |
Forum: C++ Jan 8th, 2005 |
| Replies: 34 Views: 18,551 OH!I make a mistake!I think that it is a misunderstanding!
I use " long" instead of "unsigned long" but my main program doesn't work yet!
I thougth that range of unsigned long is its problem.
why... |
Forum: C++ Jan 8th, 2005 |
| Replies: 6 Views: 2,480 I found that I have borland c++ 5.2 compiler.it supports namespaces(but no namespace std) and new headers(whitout .h(but no <cmath>)).my operating system is windows xp. |
Forum: Assembly Jan 8th, 2005 |
| Replies: 44 Views: 73,404 OK!
I understand that asking this question is unusual and virus programming (if it damage someone computer)is criminal activity.but it was just my school project(homework).(you take it very... |
Forum: C++ Jan 8th, 2005 |
| Replies: 34 Views: 18,551 hi!
I have a problem about "range of data types ".I work on program that
require long digits .in "boland c++ 5.2 's help" range of long is 4294967295 .
but why this sample program doesn't... |
Forum: C++ Jan 7th, 2005 |
| Replies: 6 Views: 2,480 well, I tried to install "Microsoft Visual Studio Enterprise Edition " in windows xp(because I found that borland turbo c++ 4.5!!! can not include this headers) but setup failed because of following... |
Forum: C++ Jan 3rd, 2005 |
| Replies: 6 Views: 2,480 OK! It is complete source code of my "polynomial class"!!
can you give your idea? :confused: what is the problem of this program?
before writing the "operator+" friend function it properly run... |
Forum: Assembly Jan 2nd, 2005 |
| Replies: 44 Views: 73,404 HI!
can you guide me about writting viruses in assmbly?
tnx. |
Forum: C++ Jan 2nd, 2005 |
| Replies: 6 Views: 2,480 hi!
I have a problem about "polynomial class ".when I Insert the firend function "operator<<" in the program.it doesn't run and have 5 error about
missing ";" in private member :"_degree" and... |