Search:

Type: Posts; User: cyberbjorn

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,151

    Start a file

    Hello People,

    I must start a file from de appilication path from the program
    that I have maded it's like this:


    system ("test.exe")

    but is doesn't work can somebody help me please ...
  2. I search for the file nodefault.lib please help me

    Dear people,

    I 'm searching for nodefault.lib

    please help me you can email me:
    [email protected] subject nodefault.lib

    friendly greetz Cyberbjorn :confused:
  3. Replies
    2
    Views
    1,099

    Window box GUI programming

    #include <windows.h>

    const char g_szClassName[] = "myWindowClass";

    // Step 4: the Window Procedure
    LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
    {
    ...
  4. Thread: Database

    by cyberbjorn
    Replies
    10
    Views
    1,604

    Database

    he read only recordnumber 1 from file test.txt
    please help me :(
    attachement below


    #include <iostream>
    #include <string>
    #include <cassert>
    #include <fstream>
    using...
  5. write Variable and open Variable and get Information

    Dear People,

    Does somebody know how I can save my variable into
    a file in this case the variable is "buffer" with a recordnumber
    so I can get the next time the information with the recordnumber...
  6. Replies
    1
    Views
    834

    Color in Dos

    I want to give this DOS code more color but how ? :confused:

    code:

    // C++

    #include <iostream.h>
    #include <string.h>
    #include <stdlib.h>
  7. Replies
    6
    Views
    1,158

    Dear people, I want to give this Example A...

    Dear people,

    I want to give this Example A color background and the char's
    how can I make it so, here is the code:

    // C++

    #include <iostream.h>
    #include <string.h>
    #include <stdlib.h>
  8. Replies
    6
    Views
    1,158

    Dear friends, Thanks for helping me I'm a...

    Dear friends,

    Thanks for helping me I'm a Newbie but I'm learning verry well

    The Example code is working
    greetz Cyberbjorn
  9. Replies
    6
    Views
    1,158

    IF statement

    I have a problem with the IF statement can somebody help ?

    // C++

    #include <iostream.h>
    #include <string.h>
    #include <stdlib.h>

    void main()
    {
Results 1 to 9 of 9