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

Loli10

@Loli10
About
Posts
15
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Networking Question
    L Loli10

    Yes, it is homework, thanks for pointing me in the right direction. Loli10

    The Lounge question

  • Networking Question
    L Loli10

    I am now looking at the same numbers on the windows calculator. Thanks for helping. Loli10

    The Lounge question

  • Networking Question
    L Loli10

    It is a homework question for my networking class and I wasn't sure where to find the conversion. Loli10

    The Lounge question

  • Networking Question
    L Loli10

    What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10

    The Lounge question

  • Class Function?
    L Loli10

    Why is it required to place a scope resolution operator when writing code out for class functions, and why does it cause a syntax error? Loli10

    C / C++ / MFC question help

  • Struct Question
    L Loli10

    Thanks! Loli10

    C / C++ / MFC question lounge c++ ios

  • Struct Question
    L Loli10

    Consider the following file in a C++ program: fstream employees(ios::in|ios::out|ios::binary); This file is going to be a random access file in the program. The user will be allowed to read and write records. Records are based upon the following struct: struct emp { int empId; char empName[20]; long empSalary; chat smpDept[4]; } The question is as follows: Is the file required to be a binary file, or can the ios::binary clause be omitted? Can anyone explain this to me? Loli10

    C / C++ / MFC question lounge c++ ios

  • Code Segment Question
    L Loli10

    struct Inst { char Iname[20]; char Office[10]; float salary; int InstId; char phone[10]; } void main() { Inst ISInst1; Inst* InstPtr; . . } How much space will the ISInst1 variable take up in main memory. How much space will InstPtr take? Can you explain this to me? Loli10

    C / C++ / MFC question performance career

  • Code Segment Question
    L Loli10

    Thanks Mike - it makes sense! Loli10

    C / C++ / MFC question

  • Code Segment Question
    L Loli10

    Not quite. It's something that came up in lecture. My homework is writing a program. Loli10

    C / C++ / MFC question

  • Code Segment Question
    L Loli10

    Consider the following section of code: int a = 10; int* b; Which of the following statements places the address of a in b. Remember, more than one of these options may be correct. In your response, explain which ones work and why, and also explain why the incorrect answers will not work. I want more than a listing of the syntax errors! b = a; b = &a; b = *a; *b = a; &b = &a; Loli10

    C / C++ / MFC question

  • Help with Array Sort
    L Loli10

    Consider the following array, whose contents are NOT sorted: int Ids[10]={12,4,22,67,2,5,11,33,6,10}; If a binary search routine is written to search through this array, what will happen? For example, Will the program abort, since the array is not sorted? or will the binary search routine be successful, but inefficient? or Will the binary search fail? or ??? Loli10

    C / C++ / MFC data-structures help tutorial question

  • Question about C++
    L Loli10

    Consider the following 2 program code segments. Which one utilizes main memory more efficiently, and which one takes up more space in main memory for variables? Code segment #1: int score1, score2, score3; . . Code segment #2: int score[3]; . . :rose: Loli10

    C / C++ / MFC question c++ performance

  • It's snowing!
    L Loli10

    Why does anyone like snow? More than once per year is enough for me. We've already had our snow storm (thankfully we got less snow then was predicted) only 6 inches fell, then the winds blew it around to make it even more interesting to drive in. Loli10

    The Lounge

  • Apology
    L Loli10

    Sorry for posting in the wrong place. Loli10

    The Lounge
  • Login

  • Don't have an account? Register

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