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
S

SnowHow

@SnowHow
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Integer value Rotation problem
    S SnowHow

    You are going to have to add an event handler for OnChange so that you check the input on edit.

    C / C++ / MFC help question com

  • Problem in Reading File.
    S SnowHow

    There are several issues with what is going on here.. After looking the code its important to note the file.end is not doing what you want it to do. If you look at the definition of the data member it is returning an enumeration to the end of the file. It is not whether or not you are currently at the EOF. Also the methods you are using STOP on a EOF character because you are reading in the default text mode. You should be opening the file in binary read mode " CFile::typeBinary". Because of the special characters I would suggest that you tseek the end of file get the length of the file and then do a for loop to retrieve the data out of the file.

    C / C++ / MFC help question

  • Using MS Excel in VC++
    S SnowHow

    A Simple search of code project yields a number of jewels. ^[] there are a lot of things to consider when you begin trying to use windows office automation not the least of which C++ isn't the "best choice". VB ultimately is a much better choice for this type of task(native language for excel). Also for deployment will the target users all have office? will they have the "right" version of office? Do you really need to write a full blown app or will VB scripting do the job? Excel objects are setup just like the in the program books, pages, range and cell.

    C / C++ / MFC c++ 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