Search:

Type: Posts; User: CrymsonSoul

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,564

    AH HA! Got it. Whew, I feel like a winner right...

    AH HA! Got it. Whew, I feel like a winner right now. :D My problem was, that I was not allocating the memory space for plott. Thanks for guiding me to the right direction. Seriously, thank you. ...
  2. Replies
    8
    Views
    1,564

    gBoardInfo is initialized outside of all...

    gBoardInfo is initialized outside of all functions. I am assuming that it is global when I do that. I can already assign values to properties of gBoardInfo, so I'm good to go with it. My problem...
  3. Replies
    8
    Views
    1,564

    To be honest, I dont think I have allotted the...

    To be honest, I dont think I have allotted the memory for the variable. How do I go about doing this? I used calloc to allocate the memory for multiple BOARD_INFO's... I thought maybe since plott...
  4. Replies
    8
    Views
    1,564

    I figured it out. I figured if I made my...

    I figured it out. I figured if I made my structure a class, that it would fix my problem. But it didn't. This is my problem:

    I have an array global variable:


    BOARD_INFO* gBoardInfo;
    ...
  5. Replies
    8
    Views
    1,564

    Array of Global Classes

    I was wondering if someone can tell me if I can do the following, maybe even give a very basic code example for it:

    Create a Class, with an array of integers as members.

    Then declare a global...
  6. Replies
    3
    Views
    1,984

    Calloc Problem

    Good Evening Everyone,

    Before I get started I think I should tell you all that I am a VB programmer, trying to learn C++. To make it worse, my C++ project, is on Intel Dialogic products. And...
  7. Replies
    17
    Views
    2,286

    I already know its being phased out. Which is...

    I already know its being phased out. Which is the reason for this thread. I've looked up some API's for Telephony, and its all .h .lib files. Says its written in Simple C, which I dont think will...
  8. Replies
    17
    Views
    2,286

    Oh no, this project will not be pressured onto...

    Oh no, this project will not be pressured onto me. He knows this is a project that will take me a year or more to complete. I know C++ is on a whole different level than VB. That's another reason...
  9. Replies
    17
    Views
    2,286

    (If you are wondering why I want to move to C++...

    (If you are wondering why I want to move to C++ or C++.net instead of VB6.NET, it is my opinion that VB.NET is a entirely new language. If I am going to learn a entirely new language, I rather have...
  10. Replies
    17
    Views
    2,286

    C++ Or C++.NET

    Hello all,

    I am new to the boards. I am a experienced Visual Basic 6 Programmer. My boss wants me to write a Interactive Voice Response system (Dialogic Cards/T1s, Auto Dailers). After thinking...
Results 1 to 10 of 11