Search:

Type: Posts; User: kmel

Search: Search took 0.01 seconds.

  1. Thread: C++ tutor needed

    by kmel
    Replies
    2
    Views
    6,697

    C++ tutor needed

    Hi everyone, I am a student in New York, USA in computer science at graduate level. I am looking for a tutor who can help me with c++. Does anyone of you know a tutor?
  2. Replies
    2
    Views
    1,824

    Hallo everyone, i ll be more specific about my...

    Hallo everyone, i ll be more specific about my problem. I do not understand how to hardcode a tree using my struct. Can anyone please help me, give an example so i can move on.

    Thank you.
  3. Replies
    2
    Views
    1,824

    plain tree traversal

    Hallo everyone . I am trying to write code for a tree traversal of plain trees (although all trees can be viewed as binary trees). So far i have written the code below. I would like to ask if you...
  4. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    I found out how to take integer from the stream,...

    I found out how to take integer from the stream, so no worries :)
  5. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    Thanks for your help :). I am trying to use the...

    Thanks for your help :). I am trying to use the Map to store the data i want. However, i have to convert the data i read from the stream to int. I have quoted in my code what i am trying to do. I...
  6. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    So far i have made my code read an input file...

    So far i have made my code read an input file line by line, split each line to tokens and keep a track of each module. Now, i am trying to store the base address of each module and the absolute...
  7. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    I am using a file that contains my input. In that...

    I am using a file that contains my input. In that file the data are the actual modules. Each module will consists of 3 rows. The first row - definition will have a number (the number of variables)...
  8. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    Well in the first pass the linker determines the...

    Well in the first pass the linker determines the base address for each module and the absolute address for each external symbol, storing the later in the symbol table it produces. The first module...
  9. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    Thanks for your response. I didn't specify that i...

    Thanks for your response. I didn't specify that i know the specification about the 2 passes. My problem is how to code it. I have thought of the solution but i do not know how to implement it. . My...
  10. Thread: 2-pass linker

    by kmel
    Replies
    13
    Views
    7,019

    2-pass linker

    Hi , i have to create a 2 pass linker but i need some help. The target machine has a memory of 600 words with each word consisting of 4 decimal digits. The linker processes one module at a time. The...
Results 1 to 10 of 10