Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Visual Studio data types

Visual Studio data types

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studiodata-structuresquestion
2 Posts 2 Posters 0 Views 1 Watching
  • 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
    sirtimid
    wrote on last edited by
    #1

    I have to read from an ascii file some Greek characters ( Greek DOS - 737). Does anyone know which data type do I have to use in order to read the file properly and store it to an array? Thanks in advance sirtimid

    G 1 Reply Last reply
    0
    • S sirtimid

      I have to read from an ascii file some Greek characters ( Greek DOS - 737). Does anyone know which data type do I have to use in order to read the file properly and store it to an array? Thanks in advance sirtimid

      G Offline
      G Offline
      Giannakakis Kostas
      wrote on last edited by
      #2

      char or int should be fine. Reading has nothing to do with the codepage, you'll just get an integer value. If you want to display properly what you've read, you must use system's codepage or Unicode. See this article CTextfiledocument for an easy way to convert in another codepage.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups