Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input - Crash #1

Open
KaiserZandrich opened this issue Dec 20, 2020 · 1 comment
Open

Input - Crash #1

KaiserZandrich opened this issue Dec 20, 2020 · 1 comment

Comments

@KaiserZandrich
Copy link

KaiserZandrich commented Dec 20, 2020

Attempting any input (as per syntax) closes the console on first button press. I built the .c using Code::Blocks 20.03 - am I missing something?

Edit: I think I know what the issue was; ran the .c outright w/o command input.

Edit: Filled in the argument(s) via Code::Blocks' Project> Arg.. function, but I'm getting really weird output, and no obj. Any advice? I don't have an awful lot of experience working with these.

@picosonic
Copy link
Owner

The file names on the command line need to not have the chevrons on them incase you were not aware of that.

The output is to the console so needs redirecting with a greater than chevron and then the output filename.

I'm not familiar with Code::Blocks I compile the code with make (using the Makefile) but you could just as easily use gcc (or another C compiler).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants