![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2005
Posts: 73
OS: win2k
|
c programming
i was trying to learn how to program in C with a tutorial from youtube
i downloaded crimson editor and MinGW i tried to do the little program hello world it did not work properly as described in the tutorial i uninstalled crimson editor and MinGW and redownloaded them i thought that when i uninstalled them that i would be able to start again fresh but the newly downloaded crimson editor was still set up the same way so i was not able to correct my mistakes my question is how can i start over again fresh with this elementary C program |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: c programming
Hey, i haven't a clue about your problem sorry. (i haven't used MinGW).
But i have a set of tutorials i always suggest to people beginning to program in C/C++: www.cprogramming.com Just because i've tried using youtube tutorials for things before and found them useless, and because i love those tutorials. The MinGW problem probably relates to the registry, what was the problem with the program? If you post the code maybe we can help. Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Manager
Join Date: Sep 2004
Location: Colorado
Posts: 986
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux
|
Re: c programming
Could you specify what you mean by "did not work properly"? Also, why are you trying to reinstall the editor? It should be possible to change settings, create new projects, etc. still (although I don't use that editor).
The code itself is most likely the important part. If you post the code (please use indenting and code tags) we can see if it looks ok. You can find the code tag as a number/sharp/pound symbol to the right of the quote tag button while writing your post.
__________________
![]() Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it. When posting what errors you get, please give the full message. It makes helping you much easier. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Aug 2005
Posts: 73
OS: win2k
|
Re: c programming
#include <stdio.h>
int main(void) { printf("Hello World"); return 0; } this is the program. I uninstalled crimson editor and MinGW and used regedit to go into my registry and deleted the programs there,then i downloaded them again and reinstalled them and tried to do the program again. I do not think that the program compiled. when i tried to execute the program i got the error " 'hello World' is not recognized as an internal or external command,operable program or batch file. |
|
|
|
|
|
#5 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: c programming
is the name 2 words? try making it one (i know it sounds stupid but it may[may] be the problem)...
either that or go looking for a helloworld.exe somewhere in the source/output folders and try run it from there |
|
|
|
![]() |
| Thread Tools | |
|
|