CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MEversbergII

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Printing the address of members of a dynamic array

    Oh. The book hadn't mentioned that yet, thanks. Do I just call it at the end?



    To be honest, I'm still using the template I built up while in C++ 1 and 2 classes. During C++ 2 I didn't...pay...
  2. Printing the address of members of a dynamic array

    I made a program to help me learn about Dynamic Arrays just now. The code:



    #include <iostream> // std input and output
    #include <string> // Allow string usage
    #include <cmath> //...
  3. Re: An unhandled win32 exception occurred in... woes.

    As I've said, I've already tried Valve support.

    M.
  4. An unhandled win32 exception occurred in... woes.

    My Steam client crashed the other day, with reason: An unhandled win32 exception occurred in Steam.exe. Asked if I'd like to debug, and I hit no.

    Kept doing this, so I deleted steam and...
  5. Replies
    0
    Views
    588

    A Vision of Students Today

    http://www.youtube.com/watch?v=dGCJ46vyR9o&NR=1

    All I can say is: I am afraid of my future.

    I think.

    M.
  6. Re: What is the difference between Object and Instance?

    What happened to my reply in this thread?

    M.
  7. Replies
    4
    Views
    746

    Recursive Function Q

    My professor went over these in class. I was wondering if they where commonly used? I'm no expert but it sounds like there would be clearer ways to do things without a recursion.


    Could just be...
  8. Replies
    3
    Views
    849

    Re: Linked List problem

    Pointers to objects of class Student? So, they are full objects? I thought pointers where holders for a memory address only. Or, will they, when I create objects in my main, be open to be assigned...
  9. Re: What is the difference between Object and Instance?

    A class is a structure that contains variables and functions to perform manipulations on data.

    Objects are creations with the data type of the defined class.

    class:



    class Thing
    {
  10. Replies
    19
    Views
    2,418

    Poll: Re: Your religion -

    \ then /...

    M.
  11. Replies
    3
    Views
    849

    Linked List problem

    I got this problem from my professor that has something to do with linked lists. His message goes:




    The code he's talking about is thus:


    #include <iostream>
    #include <string>
  12. Replies
    19
    Views
    2,418

    Poll: Re: Your religion -

    Clearly, you would select "Other".

    M.
  13. Re: Pointers, passing by reference, and good 'style'

    I see. So I mixed that up? The way it sounded was that it essentialy achieves the same goal of being able to change data without a return _____;.

    M.
  14. Re: College Major "Burnout": Computer Science or Programming?

    I decided to go on ahead as a Computer Programming major.

    M.
  15. Replies
    19
    Views
    2,418

    Poll: Re: Your religion -

    Germanic Pagan.

    Or in a word, Asatru.

    M.
  16. Replies
    14
    Views
    1,275

    Re: do you smell what I smell?

    That's not what I smell :|

    M.
  17. Pointers, passing by reference, and good 'style'

    I was reading on pointers in a PDF I found on the tubes, and I noticed that a code example uses pointers to do a pass by reference.

    In C++ I last spring, when we wanted to pass a value by...
  18. Replies
    10
    Views
    1,191

    Re: How much should we charge?

    To put it poetically:


    Be not a cobbler nor a carver of shafts,
    Except it be for yourself:
    If a shoe fit ill or a shaft be crooked;
    The maker gets curses and kicks.

    --The Havamal
  19. College Major "Burnout": Computer Science or Programming?

    I graduated high school in 2006. I started college at a local community college that fall. My major was and still is Computer Science.

    I took the major basically out of some notion that it would...
  20. Replies
    3
    Views
    727

    Re: Selling a Desktop -- **** Link

    Too much?

    M.
  21. Replies
    5
    Views
    1,117

    So many languages...so pick TWO.

    If you could pick any two languages for a up and coming programmer to really get to know, what would they be, and why?



    I figure C++ is a must it's a wide spread, multi-purpose language. The...
  22. Replies
    1
    Views
    843

    Re: MAPLAB question

    Never mind I found it.

    M.
  23. Replies
    1
    Views
    843

    MPLAB question

    I'm working on my Associates in Computer Science, and the school has required me to take a course in Computer Architecture. It's an online course ( sadly ) that seems to center around the PIC Micro...
  24. Replies
    12
    Views
    1,204

    Re: Why this forum?

    And we programmers have our own definition of arguments too ;)

    Welcome to the forum, how's Lebanon? I've an aunt from there -- considered visiting though it sounds a tad hostile at the moment :|....
  25. Replies
    3
    Views
    727

    Selling a Desktop -- **** Link

    This is a custom built PC I made a bit over a year ago. I came across some unexpected costs this semester for a computer architecture class and since this one is a spare, I'm selling it off to pay...
Results 1 to 25 of 148
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured