Search:

Type: Posts; User: Areal Person

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. How to Write directly to the Windows 7 desktop

    I've looked all over but can't find an example of how this can be done.

    I know it is not recommended, but if someone knows how to directly
    write "Hello World!" directly to the desktop I would be...
  2. I did not call anyone a jackass. You did. I said...

    I did not call anyone a jackass. You did. I said "Don't be one".

    Ua... You really need to look up things before you post

    -----------------------------------
    Jackass = stupid person

    stupid...
  3. Go figure

    Let’s talk about programming then.

    You’ve been totally brain washed. You’ve been programmed to believe this stuff your spewing.

    Anyone with an ounce of reasonable knowledge knows that the way...
  4. @laserlight There is no scientific approval...

    @laserlight

    There is no scientific approval for C in it's current form. Only general acceptance as a utility tool.
    That why it say's very BOLDLY it has NO ... "FITNESS FOR A PARTICULAR PURPOSE."...
  5. Thanks so much, I understand now. ...

    Thanks so much, I understand now.

    *------------ Now, to the people who made this tool.

    Why did it not just say

    "Cannot assign values inside definitions, create a variable of the type first"...
  6. set struct member variable for structure inside a structure def

    This is with Linux gcc
    ---------------------------------------



    typedef struct _a
    {
    int id;
    } a;
  7. NO... This will not work, you cannot include...

    NO...

    This will not work, you cannot include the view's header file in the PropertiesWnd.cpp or .h file.
    Therefore this code will not compile.

    Also, This forum area seems dead
  8. Do this... CMDIFrameWnd *pFrame =...

    Do this...

    CMDIFrameWnd *pFrame = (CMDIFrameWnd*)AfxGetApp()->GetMainWnd();

    // Get the active MDI child window.
    CMDIChildWnd *pChild = (CMDIChildWnd*)pFrame->GetActiveFrame();

    // or...
  9. Accessing MFC MDI View Class data members from a different MFC MDI view class ?

    I have data members i.e, int, CString etc. in my MFC MDI View class,
    That I need to access from a different view class
    e.g.


    class CMFCApplication1View : public CView
    {
    Public:
    CString...
  10. Replies
    1
    Views
    1,703

    Ok, I need to use the messaging system. I found...

    Ok, I need to use the messaging system. I found an article that said messages should be used in many cases
    because of the Architecture. However, I can't find an example that will work with MSVC...
  11. Replies
    1
    Views
    1,703

    MFC MDI Doc/View Architecture Question

    I have a 2012 MSVC++ MFC MDI application which uses a PropertiesWnd.cpp file. It is generated by the wizard when I create the MFC application and ask for it.

    It is a class CPropertiesToolBar :...
  12. Need a Windows C++ dragable tab control

    I need a MSVC++ tab control that is dragable. A tab that I can drag to other tab groups and/or across windows to other tab groups.

    For Example: If I have 2 sets of tabs in a window, I can drag any...
  13. Yes,yes,yes I'm sorry it confused you. I...

    Yes,yes,yes

    I'm sorry it confused you. I thought the question was 5th grade simple.

    I was asking for personal opinions of what each person thinks is the best IDE for them.

    I'll try to use...
  14. Best free (GNU) etc. development IDE for programming in C/C++ in Linux

    Hi,

    What is the best development IDE for Linux ?

    Thanks,
    -Areal
    :cool:
  15. Replies
    6
    Views
    1,615

    I'm trying to force a "Scan for hardware changes"...

    I'm trying to force a "Scan for hardware changes" from inside a C# or C++ program under Windows 7 using Visual Studio Pro 2010
    I can't find anything except this obsolete program that runs under...
  16. Replies
    6
    Views
    1,615

    True, but that's not it. The header Cfgmgr32.h...

    True, but that's not it. The header Cfgmgr32.h has lots
    of compile error that look to be version specific.
  17. Replies
    6
    Views
    1,615

    I see what your saying, My fault, I should have...

    I see what your saying, My fault, I should have mentioned that I'm trying to compile
    under Windows 7 using Visual Studio 2010.

    That example will not compile under that OS, it's obsolete.

    Does...
  18. Replies
    6
    Views
    1,615

    Device Tree Reenumeration

    I need to refresh the device tree I found an example that
    does not have headers etc. so I can't get it to work.

    Does anyone have any ideas ? What could I try ?

    I can't get this to work
    How To...
  19. PCI Express Power Pin Toggle (on/off) function call ?

    I need to toggle the power pin(s) to the PCI Express Bus slot.

    I know the pin outs, I just don't know how to turn the power on or off. is there a function call, maybe in the HAL ?

    Here's some...
  20. Replies
    0
    Views
    1,321

    C++ and Embedded Systems

    Hi,

    Are companies actually using C++ for embedded hardware systems on a regular basis ?

    I need to know so I can decide if I want to dedicate a considerable amount of time to study C++
    for...
  21. @Salem OMG Thanks so very much !! ...

    @Salem

    OMG
    Thanks so very much !!

    Source-Navagitor Is Wonderfull !!!!!!
    It's just what I was looking for !

    Thanks :)
  22. Code Analisys Tools for Linux C programs

    On Linux are there any type of tools or software that will do things like...

    List all functions in a .C file
    Show function calls in a linkage diagram (kinda like database schema diagram)
    Other...
  23. OK, I got it ! I was calling msql stuff and it...

    OK, I got it !

    I was calling msql stuff and it kills all my variables :( Da...

    So I'm going to restructure the flow and it will work.

    Thank you much,
    -Areal
  24. Passing char ** (is losing reference)

    Hi, I'm working on my second C program ever and I'm lost...

    I have 2 source files. I'm passing a char ** from one function in one file to another function in a second file, it's losing the...
  25. Thanks That did It. QUESTION: I'm guessing...

    Thanks That did It.

    QUESTION:

    I'm guessing I need to call malloc for each item[element] // Correct ?

    I would just put it in a for loop and use a varaible for each element ?

    Right ?
Results 1 to 25 of 27
Page 1 of 2 1 2