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
L

lucia4444es

@lucia4444es
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to add a lineat the beginnig of a file?
    L lucia4444es

    Thanks for the reply. I have already thought of this solution but i searched the simplest one. Ok, i'll try using a temporary file

    C / C++ / MFC help tutorial question

  • How to add a lineat the beginnig of a file?
    L lucia4444es

    :confused:I need to insert a new line at the beginning of a text file but i don´t know how to do this without overwriting the first line. This is my code: ... file.SeekToBegin(); file.WriteString(text); ... I've also tried this: ... file.SeekToBegin(); file.WriteString("\r\n"); file.WriteString(text); ... but it doesn´t work. Could anyone help me? Thanks Lucia

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

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