- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: [QUOTE=apat;291814]Hi, I cannot get the came to compile. I use dev c++. Regards[/QUOTE] You probably don't have the Allegro libraries. For dev c++, all you need to do is install the allegro devpak. | |
Re: You mean post an assignment, and the programmer writes it for you? You can't advance in programming without doing the work. | |
Re: [url]http://www.youtube.com/view_play_list?p=93FE4FF8C4CB5498[/url] | |
Re: Use double quotes around t and s, since letter is a string. | |
Re: [QUOTE=SNOWKID;694332]Hey folks, This discussion is a huge help for me as I am a new be into programming. I just started learning C, is it OK? Or is there any better way to start? Thanks[/QUOTE] Learning C is fine if that's what you want to learn. All he is saying … | |
Re: These assignments are meant to give you practice, so you can learn what they are trying to teach you. What do you do on exams where you have to sit in class and write the program? If you are just gonna copy your work, you might as well not finish … | |
Re: You can add cin.get(); at the end of main before your return 0;. I'm guessing your programs don't have any user input or any pauses. Console applications close when they are done. | |
Re: PuQimX, the point of an assignment is to help you learn. If someone writes your programs for you, you will never advance in the class. I've seen what happens to someone who copies their programming assignments. |