Search:

Type: Posts; User: ciigma

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,036

    well, how are programs like TSearch made then?...

    well, how are programs like TSearch made then? What language allows you to do that?
  2. Replies
    3
    Views
    1,036

    Memory Searching Help

    I have used programs in the past such as TSearch or ArtMoney to help me find the memory address of certain variables and whatnot belonging to other programs...

    Is there a command in C that allows...
  3. Replies
    16
    Views
    8,000

    First of all, when using scanf() to read in...

    First of all, when using scanf() to read in characters, you should not point to the address of the variable... So there should be no "&" symbol before your variable "cont"...

    Here is what I would...
Results 1 to 3 of 3