Search:

Type: Posts; User: akairyuu

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,293

    assamebly language help

    ok so i need some help i need to figure out what is going in at the "?"
    here is the goal
    so that register edx has a value of 168820816 (in base 10) or 0a100050 (in hex)
    at "CheckPoint1".

    im...
  2. need some help on understanding and using Lists

    k so i have a project that I'm working on and i have to reset a list that i have created.
    i don't want to use any built in functions.

    i was thinking that i could jump to the top of the list and...
  3. Need some more help this time with Pointer help

    k so im working on putting the value (what is being pointed to) from a pointer and adding
    it to the end of a string.




    STRING& STRING::operator+=(char* c)
    {
    char* Temp = new char...
  4. Replies
    5
    Views
    1,945

    yeah that is one of them but im not sure how to...

    yeah that is one of them but im not sure how to write it i found that online and have been trying to get it to work but ive failed. so i don't know how to write that in the first place and this is...
  5. Replies
    5
    Views
    1,945

    cont

    ok i need some help this code is for a class and im lost on what the errors mean.
    heres the errors



    In member function `String& String: : DownCase(char)':
    expected ` ) ' before '!' token
    ...
  6. Replies
    5
    Views
    1,945

    student looking for some help.

    ok i need some help this code is for a class and im lost on what the errors mean.
    heres the errors
  7. well thats not all my code. but just to make sure...

    well thats not all my code. but just to make sure i have all the right headers in my files here they are these are just the headers in each file.

    Main.cpp


    #include <cstdlib>
    #include...
  8. Need some help with C++ object oriented programing

    k so heres my problem im writing a program that has a class called String and this will take a string and remove the null charicter and it will have a varible for the length of the string.

    im...
Results 1 to 8 of 8