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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

scottwalk

@scottwalk
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unicode File I/O problem
    S scottwalk

    I could use some help with a file i/o issue. I'm using simple fstream objects to read in a Unicode file, search it for a particular string, and print the line if it contains that string. Here's a snippet of my function: getline(traceFile, buffer); //pass getline the file stream object and string buffer pos = buffer.find(hr, 0); //set the position of string hr if found if (pos != string::npos) outFile << "Line Number " << count <<":"<< buffer <

    Managed C++/CLI help

  • what does IN mean when declaring variables?
    S scottwalk

    Excellent. Even though I'm a beginner, I can still speak g(r)eek now and then. :)

    C / C++ / MFC question

  • what does IN mean when declaring variables?
    S scottwalk

    Sweet. Thanks. ..so, let's pretend for a minute that I'm not a layman(which I am). What are the gory details?

    C / C++ / MFC question

  • what does IN mean when declaring variables?
    S scottwalk

    I'm new to programming and am having trouble figuring out what the following syntax means when defining a function and it's arguments: VOID myFunc( IN PCHAR stuff, OUT BOOLEAN test ); What is the purpose of IN, OUT? What is this called? I haven't been able to find a good explanation because these are such common words, and I'm not sure what this syntax is called. Thank you.

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