Author Topic: Looking for a new API or C++ project for my downtime at work  (Read 3549 times)

0 Members and 1 Guest are viewing this topic.

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Looking for a new API or C++ project for my downtime at work
« on: January 18, 2021, 02:11:54 pm »
I get bored sometimes at work waiting for tickets/emails so I program when I'm bored. Lately I haven't been able to think of anything fun to program that is relatively small. I'd like suggestions for programs that use WinAPI or code that uses C++ headers that I could write. Please post suggestions below for either WinAPI or C++ code for me to write.

Thank you in advance for your ideas.
Shuwatch!

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Looking for a new API or C++ project for my downtime at work
« Reply #1 on: January 18, 2021, 02:20:55 pm »
You can always try to sort out the DirectShow or Media Foundation APIs.  https://docs.microsoft.com/en-us/windows/win32/audio-and-video
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Richard

  • Seasoned Forum Regular
  • Posts: 364
    • View Profile
Re: Looking for a new API or C++ project for my downtime at work
« Reply #2 on: January 19, 2021, 10:59:53 pm »
@SpriggsySpriggs

Just wondering if there is an API or something that for each Running Application (be it Windows or anything else) to have a Cumulative Count for each app of bytes read written etc.

At present I have to manually take many screen shots of Windows 10 Resource Monitor (Disk) and then manually tabulate the appropriate data to each app.

Even if it was a Cumulative Count for each PID running (PID changes with each program run) that would be OK.

Offline zaadstra

  • Newbie
  • Posts: 78
    • View Profile
Re: Looking for a new API or C++ project for my downtime at work
« Reply #3 on: January 21, 2021, 09:27:17 am »
Is it possible to have QB64 calculating crc32's with a piece of fast c++ code that you can include, and then call it from the program to calculate a file's crc32?  Or as second option calculate the crc32 of a specified block in memory. Crc32 calculating in QB64 basic is slow.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Looking for a new API or C++ project for my downtime at work
« Reply #4 on: January 21, 2021, 10:07:35 am »
Is it possible to have QB64 calculating crc32's with a piece of fast c++ code that you can include, and then call it from the program to calculate a file's crc32?  Or as second option calculate the crc32 of a specified block in memory. Crc32 calculating in QB64 basic is slow.

Look in my SaveImage library.  It does both.  ;)
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: Looking for a new API or C++ project for my downtime at work
« Reply #5 on: January 21, 2021, 01:01:41 pm »
If you're into music making at all via midi keyboards, here's something interesting...
https://docs.microsoft.com/en-us/windows/win32/multimedia/midi-functions

- Dav

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: Looking for a new API or C++ project for my downtime at work
« Reply #6 on: January 21, 2021, 06:21:56 pm »
Hi Zack
what do you think about a function/application that recognizes the number of windows opened on the desktop and their  positions and size?.

Programming isn't difficult, only it's  consuming time and coffee