Just started out learning to code and it won't execute [closed] - c++

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this question
So i am watching youtube tutroials and trying to write hello world but i am already failing
Here is an screenshot
enter image description here
Why won't it execute?
Any help would be really welcome (From Belgium so excuse my broken english)

You're on Windows. Instead of a.out, the default name for gcc is a.exe. You can see that in the directory listing on the left.

Related

DJango how to write a view.py for signing in and registering as well as a log out [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Hi I am new to Django I just want to know how to write the POST and GET so I can sign in and log out as well as register?
thanks for your time.
Please follow the official tutorial here at
Django Tutorial. This is highly detailed documentation and you might rarely run into problem if you follow what they say. Please post questions that show some research.

download videos from youtube [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
please how can i get the link of download videos from youtube in swift language by the api?
or on the another way?
please help
thank you very much
You can use YoutubeSourceParserKit. Follow the example but instead of playing the video save the URL with the method of your choice (it NSURLSession, Alamofire.download or whatever you are using for http).

How does pyaramorph (Arabic morphological analyzer) work? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have downloaded pyaramorph (Arabic morphological analyzer) on python , but I do not know how to use it. Could someone explain to me how can I get it to work?
If I have articles and I want to use this morphological tools to know how many (root) words I found it?
Open file pyaramorph.py, in editor change line 262 from:
s = raw_input("$ ")
to:
s = raw_input("$ ").decode(sys.stdin.encoding or locale.getpreferredencoding(True))
Or better follow what authors say here.

How I can set a form pop out when I click a button in VC++2010? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am working on a homework; I put everything in a folder and upload to a site. Please download it and help.
I follow my teacher example, but it must have something missing. My code is able to be compiled, but does not able to pop out the form as I excepted.
Please help ! Thanks
Code link http://sharesend.com/xkpm2
I found the error. I forget to add
myForm2->ShowDialog()
to show my form

C++ to create a Game for Nintendo DS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Well, I'm trying to do a small game for DS-DSi in C++. Just for fun and feel happy.
I was wondering if there is any guide or I could get some help with getting started. I have no clue how it works or how to make it boot on the DS.
Thanks~
I suggest getting a nds flash cart, like the cycloDS (for the DS) or an R4i (for the DSi). Thats how you can run your creations on the actual device.
Here is a good list of tutorials starting from the beginning (setting up your environment, getting the armKit etc) on DS development.
Tutorial: https://web.archive.org/web/20111219201907/http://dev-scene.com/NDS/Tutorials