News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::blocks console project to Steam Game

Started by Dp-Rst, November 14, 2016, 03:34:53 PM

Previous topic - Next topic

Dp-Rst

Is it possible to have a code::blocks console project output into something other than the console, I've been working on a big project I was thinking of putting on steam and I don't know if I can put something using the console on it

Any suggestions?

BlueHazzard

what are you talking about?

Console in codeblocks context is not a console like ps4 or xbox, but a terminal program...

Dp-Rst

I am talking about the cmd window, the console, not games consoles

I am asking how I can get the code to execute in something more steam friendly than a terminal window?

stahta01

#3
Please read the first two CB FAQs http://wiki.codeblocks.org/index.php/FAQ#General
Please read this site rules http://forums.next.codeblocks.org/index.php/topic,9996.0.html

Quote3. Is your problem library, framework specific? There are appropriate forums for it, not the Code::Blocks forum.

https://en.wikipedia.org/wiki/Steam_%28software%29
Edit2: Steamworks is an API/framework/library. Steam is a digital distribution platform.

Edit3: To admin; I think the Rules need to have how to package or distribute your programs is NOT a valid CB Topic.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

From https://steamcommunity.com/discussions/forum/1/496880203073972750/

You might want to look at the SDL Graphic Library or some other Graphic Library.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]