Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Working C++ WinApi

Translated23 USD

Client's review of cooperation with Andriy I.

Quality
Professionalism
Cost
Contactability
Deadlines

The work was performed well. The officer was very responsible for the task. It was pleasant to work. I recommend to everyone!

Freelancer's review of cooperation with Illia Kolisnyk

Payment
Task setting
Clarity of requirements
Contactability

Everything at a higher level! I am pleased with work!

  1. 589    6  1
    5 days23 USD

    Good day, I am interested in your order, write in personal messages we will discuss details, the commission 9% takes on itself

  2. 2381    156  5
    Winning proposal7 days23 USD

    Good day .
    I am happy to do my task quickly and quickly.

  3. Another 4 proposals concealed
  • Dmitry Balan
    4 April 2023, 13:57 |

    #include <Windows.h>


    LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);


    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

    {

        // Регистрация класса окна

        WNDCLASSEX wcex;

        wcex.cbSize = sizeof(WNDCLASSEX);

        wcex.style = CS_HREDRAW | CS_VREDRAW;

        wcex.lpfnWndProc = WndProc;

        wcex.cbClsExtra = 0;

        wcex.cbWndExtra = 0;

        wcex.hInstance = hInstance;

        wcex.hIcon = LoadIcon(hInstance, IDI_APPLICATION);

        wcex.hCursor = LoadCursor(NULL, IDC_ARROW);

        wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);

        wcex.lpszMenuName = NULL;

        wcex.lpszClassName = "LuscherTest";

        wcex.hIconSm = LoadIcon(wcex.hInstance, IDI_APPLICATION);

        RegisterClassEx(&wcex);


        // Создание окна

        HWND hWnd = CreateWindow("LuscherTest", "Тест Люшера", WS_OVERLAPPEDWINDOW,

            CW_USEDEFAULT, CW_USEDEFAULT, 640, 480, NULL, NULL, hInstance, NULL);

        if (!hWnd)

        {

            return FALSE;

        }


        // Отображение окна

        ShowWindow(hWnd, nCmdShow);

        UpdateWindow(hWnd);


        // Цикл обработки сообщений

        MSG msg;

        while (GetMessage(&msg, NULL, 0, 0))

        {

            TranslateMessage(&msg);

            DispatchMessage(&msg);

        }


        return (int)msg.wParam;

    }


    LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)

    {

        PAINTSTRUCT ps;

        HDC hdc;


        switch (message)

        {

        case WM_PAINT:

            hdc = BeginPaint(hWnd, &ps);


            // Вывод текста на экран

            TextOut(hdc, 10, 10, "Вопрос 1", strlen("Вопрос 1"));

            TextOut(hdc, 10, 30, "Ответ 1", strlen("Ответ 1"));

            Text


  • Yevhenii Z.
    4 April 2023, 14:30 |

    Вы бы поточнее объяснили что вам требуется. Необходимо сделать программу для прохождения теста Люшера?

  • Illia Kolisnyk
    4 April 2023, 14:37 |
    • Перевірка коректності вхідних даних;
    • можливість зчитування вхідних даних з файлу або заповнення даних випадковим числом;
    • наявність засобів допомоги, довідки, головного та контекстного меню додатку;
    • наявність рекламної заставки з інформацією про виробника;
    • можливість збереження результатів у файлі;
    • розробка докладної інструкції користувача

    Сам процес створення курсового проекту з ІЗВП повинен виконуватися за наступним алгоритмом:

    1. Складіть графік, який дозволить оптимізувати процес виконання роботи в умовах обмеженого часу.

    2. Направте свої зусилля на пошук і систематизацію інформації про існуючу методику вирішення поставленого перед вами завдання. Проаналізуйте відібрані матеріали і виберіть оптимальний спосіб вирішення проблеми.

    3. Приступайте до створення програми, керуючись ідеями й алгоритмами, запозиченими з літературних джерел. Власні ідеї та напрацювання стануть у нагоді на етапі налагодження готового продукту.

    4. Підготуйте докази працездатності вашого програмного продукту - скріншоти, лістинг, друк та інше.

    5. Приступайте до оформлення результатів у пояснювальній записці. У тексті записки дайте максимально докладний опис алгоритму роботи вашого програмного продукту.

  • Illia Kolisnyk
    4 April 2023, 14:37 |

    Викладач надіслав

Current freelance projects in the category C & C++

Software development for Arduino (RF modules 3–7.5 GHz, automatic frequency scanning)

It is necessary to develop a system on Arduino for the automatic search of active analog video signals and the automatic tuning of the transmitter to the detected frequency.It is planned to use three separate transceiver modules: 3000–4200 MHz; 4900–6000 MHz; 6100–7500…

C & C++Embedded Systems & Microcontrollers ∙ 22 hours 2 minutes back ∙ 4 proposals

Black Ukraine (RP-project on base MTA)

1162 USD

Fixing bugs of varying complexity, like those pictured. Map navigation adjustments. Fixing map holes, adapting vehicles to the project, removing logos, or rewriting them.

C & C++Python ∙ 2 days 9 hours back ∙ 16 proposals

Residential Proxy Infrastructure Engineer

We're building a residential proxy network from scratch — fully owned, no third-party suppliers. We need one exceptional network engineer to build the entire technical foundation. What you'll build: - Android background SDK that routes proxy traffic through user devices…

C & C++DevOps ∙ 6 days 18 hours back ∙ 13 proposals

Improvement in the existing version of 1C retail block for the distribution center (DC)

In general, I will explain what kind of database we have - There is a main server where there is a retail database (where all receipts are recorded) - a UTP database - where all sales are transferred - it calculates the markup and stock balances - small databases of retail…

C & C++C# ∙ 7 days 8 hours back ∙ 6 proposals

About the Master Program "KONSTRUCTOR"

4182 USD

We are looking for a very experienced C++ developer to modernize existing software (master program). The program is responsible for creating derivative software representing audio-visual sessions of psychological correction. The current version is written in pure WinAPI (Visual…

C & C++Desktop Apps ∙ 12 days 12 hours back ∙ 20 proposals

Client
Illia Kolisnyk
Ukraine Kitsman  12  0
Project published
3 years back
94 views
Tags