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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Praetoriansys

  1. Praetoriansys

    Maximum Size of char Array

    When I use: char FILE_SIZE[1384446] I get an error Whwn I use: char FILE_SIZE[1000000] I don't get an error but I can not access my entire file. Is there a way around this? Can I use a different variable type that stores the same as a char? Thanks
  2. Praetoriansys

    Accessing a specific memory location

    How can I access a specic memory location, and what are the rules and regs to follow when doing this(ie. can't access certain addresses, addressing scheme, ect..) Thanks

Part and Inventory Search

Back
Top