Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dumbgeek

    implementing FindKth on Binary Trees!

    Hello again! I have the recursive version of the findKth operation, i know that it doesn't have to be recursive but i don't know how to implement it iteratively. Please could you help me with this. This should be the recursive operation.. //internal method to find Kth item in a subtree // k is...
  2. dumbgeek

    Att: Lionhill and Aircon

    i appreciate all the help guys! really, thanks alot.
  3. dumbgeek

    Enlargening a letter using arrays

    Thank you alot for helping me. I really mean that. [ bits 16 org 0x100 ;offset 100h jmp main ;jump to main program str1: db 'Invalid Character!.Enter capital letters from A to E','$' str2: db 'Enter a character please(A-E).','$' str3: db 0x0a,0x0d,'$' ; clear the screen ...
  4. dumbgeek

    Enlargening a letter using arrays

    Hi again! My program doesnt ever exit when Z is entered. Any idea why? I did the check first i.e label1 shouldn't it do "int20h" which is label4?
  5. dumbgeek

    Plz eck out 'enlargening a letter using arrays' thanx.

    i would be infinetly grateful. thank you all.
  6. dumbgeek

    Enlargening a letter using arrays

    Thanks! Only capitals are allowed. It was displaying the prompt twice instead of once. I sorted that out now. One of the problems i am having now is when i enter 'Z'(i.e 66h) the program supposed to terminate but instead it displays the error message(i.e invalid....). Also when i re-enter an...
  7. dumbgeek

    Please help with my previous posting.PLZ

    pleeeeeeeeeeeeeeeeeezzzzzzz check out "enlargening a letter using arrays"
  8. dumbgeek

    Enlargening a letter using arrays

    Hi! I am a very new to assembly.This question that im doing requires me to 1>clear the screen, 2>change color to ywllow on blue, set cursor position to row10,coloumn1, display a message asking the user to input a character("A" to "E") and display a message for invalid input...

Part and Inventory Search

Back
Top