Forum: Java Jul 3rd, 2006 |
| Replies: 4 Views: 6,486 Ok.....But then tat is one thing tat I really don understand...
Why it giv a positive whwn it comes to
"cat" compareTo ("Cat") ? |
Forum: Java Jul 3rd, 2006 |
| Replies: 4 Views: 6,486 As far as I know 'bout method compareTo, it compare Strings......
It return 0 when if the strings are equal.
That one I know.....
It return negative number if the string that invokes method less... |
Forum: C++ Jul 2nd, 2006 |
| Replies: 5 Views: 1,037 Alright.....
Thanks 4 your reply....
Hmm....Single-user system....
Is a early system of memory management.....
Each program loaded in its entirely into memory and allocated as much contiguous... |
Forum: C++ Jul 2nd, 2006 |
| Replies: 5 Views: 1,037 #include<iostream.h>
void main()
{
int memory_location, base_register, byte, memory_size ;
memory_location = 1 ;
base_register = memory_location ; |
Forum: C++ Jul 2nd, 2006 |
| Replies: 5 Views: 1,037 Help!!!!! I'm sorry to ask for help again but......
This question even difficult than the previous one.....
Please write C++ code for the following algorithm:
1) Store first memory location... |
Forum: C++ Jul 2nd, 2006 |
| Replies: 6 Views: 1,108 Oh....Arigatogozaimasu!!!!!!
Thank You so much!!!!!!
I'm saved!!!!
Thanks!
I'll try to understand it.....
BUT if I don understand can I ask you back? |
Forum: C++ Jul 1st, 2006 |
| Replies: 6 Views: 1,108 #include<iostream.h>
void main()
{
loop1 ;
if(job_size>largest_size)
cout<<"Not enough space" ;
goto loop1 ;
int counter = 1 ; |
Forum: C++ Jul 1st, 2006 |
| Replies: 6 Views: 1,108 Well...I did study C++ b4....
But not that good....*Sigh*.....
Can you help me?
Please....... :sad: |
Forum: C++ Jul 1st, 2006 |
| Replies: 6 Views: 1,108 Halo....I'm new here......
Can somebody help me with this question?
Its a assignment but I REALLY DON HAV ANY IDEA HOW TO DO IT!!!!
So....Plz help......
Write C++ code for the following... |