Jump to content
Corsair Community

Sdk?


Despairingsquid

Recommended Posts

I would suggest taking a class in C++ first. It's not exactly an easy language to learn unless you are programming already. (java and python are easy, C++ is moderate)

 

Install an IDE if you are impatient and want to start tinkering with code immediately. Google is your friend here

Link to comment
Share on other sites

I would suggest taking a class in C++ first. It's not exactly an easy language to learn unless you are programming already. (java and python are easy, C++ is moderate)

:rant::rant2:

VBasic and Pascal FTW!:headbang: Where's the SDK for those?:thinking: Maybe after the COBOL SDK is ready? :eek:

:rant2::rant:

 

/endtroll :D:

Link to comment
Share on other sites

It's a feature integrated into CUE that allows you to program C++ programs that are capable of controlling the devices through CUE. There are some dependency files you need to download in order to program. Once you compile your program, you just need to enable the SDK in CUE's options and run the program.

 

You can easily use other programs made using the SDK. The idea of the forum is to probably share programs and code using the SDK. If someone makes a program and uploads it here, you can just download it and run it without any programming knowledge.

Link to comment
Share on other sites

  • Administrators
If someone makes a program and uploads it here, you can just download it and run it without any programming knowledge.
We're not going to host executable files or the like, but if someone wants to link to their github or bitbucket project, go for it.

 

The idea behind this new forum is to foster and host discussions regarding the CUE SDK.

Link to comment
Share on other sites

I pick up languages fairly quickly but I don't even know where to start with this

You should start with C++ from scratch and completely ignore this SDK. Once you have some experience with it come back and take a look at it.

 

If you're going to start learning C++ by starting to work directly with the SDK it will be more difficult.

Link to comment
Share on other sites

  • 2 years later...
What programs would people recommend? I spent days trying to get Visual Studio to work. No luck, the installer just freezes

 

Interesting ... I've never had an issue with the Visual Studio installer. Are you sure it's not hanging on the download? Alternatively, you can also look at VS Code. It's lighter-weight that Visual Studio and, best of all, it's FREE. See https://code.visualstudio.com/.

Link to comment
Share on other sites

Interesting ... I've never had an issue with the Visual Studio installer. Are you sure it's not hanging on the download? Alternatively, you can also look at VS Code. It's lighter-weight that Visual Studio and, best of all, it's FREE. See https://code.visualstudio.com/.

 

Agreed, in my limited experience, VS community and code are great. The OP may want to try:

https://developercommunity.visualstudio.com/content/problem/103906/crash-during-update-corrupts-visual-studio-install.html

 

or this may be more relevant:

https://docs.microsoft.com/en-us/visualstudio/install/troubleshooting-installation-issues

 

Its worth giving it a shot to cleanup the failed install first.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...