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
Q

Queeny

@Queeny
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 'LONG' to 'int' [modified]
    Q Queeny

    oups...forgot to ignore HTML tags for (int i; i

    C / C++ / MFC

  • 'LONG' to 'int' [modified]
    Q Queeny

    I have a LONG variable, x, and I need to use the value as an int for my "for" loop. for (int i; imodified on Monday, June 2, 2008 8:47 PM

    C / C++ / MFC

  • Using Braces in C++ [modified]
    Q Queeny

    Is there a reason for using braces if they are not part of a condition or loop? For example: cameraCollection->Item(0, &camera); { //extra code... } In this example, will it make a difference if I take out the braces? if it does, why? Also, I have a sample code with no braces in the for loops? I thought braces were required, but the code compiles and does what it is supposed to do. Example: for(int y=0; y<288; y++) for(int x=0; x<353; x++) brightnessSum+=frameBuffer[x+353*y]; modified on Monday, June 2, 2008 9:08 AM

    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