Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Reading contents from memory
QtWS25 Last Chance

Reading contents from memory

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 937 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sabbir
    wrote on last edited by
    #1

    I need to read the contents of the memory in a Qt application. The contents are loaded by a C module (not part my program, rather part of legacy codes) which reads a long formatted text file and creates a big data structure (Struct) inside the memory. I just need to read that Struct in Qt and put the contents in appropriate variables/containers and use them in GraphScence for visualization. Any sample code will be highly appreciated.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Just access the struct in the same way you do in C.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved