Just downloaded C# 2008 Express and I am working from the 'dummies guide to C# 2008'.
Having initial problem with some things in the book not corresponding to what I am trying to do-
1 cant find a build-build program 1 from the drop down menu. Just build solution. Is this the same thing?
2 cant get a complie message starting with -build started: project: program1, configuration: debug any CPU ...etc
only getting message at bottome build succeeded. Have ticked build in visual toolbar drop down menu but not sure what else to do?
Sorry new to using this software and I havn't got an idea what to do. Please can someone point me in the right direction.
help with complile message please.
Started by phil333, May 25 2010 12:32 PM
5 replies to this topic
#1
Posted 25 May 2010 - 12:32 PM
|
|
|
#2
Posted 25 May 2010 - 05:31 PM
All I can tell you is that build solution is indeed what you are looking for.
#3
Posted 26 May 2010 - 03:41 AM
phil333 said:
1 cant find a build-build program 1 from the drop down menu. Just build solution. Is this the same thing?
Quote
2 cant get a complie message starting with -build started: project: program1, configuration: debug any CPU ...etc
Edited by gokuajmes, 26 May 2010 - 03:41 AM.
missed a / in quote
#4
Posted 26 May 2010 - 11:01 AM
Go to "View>>Output" to see those messages. The solution means the collections of projects you are working at. The project is the one you created yourself. Build solution means building all the projects. Depending on how you named your project, in Build you will find Build <program name> bellow the "build solution" menu item.
You need a quick start guide to teach you some stuff before getting to these parts. I don't know how good that book is, and this might sound like I am trying to get my tutorial publicity, but you might find it really useful if you read it before reading the book: Visual C# Programming Basics | Scribd
This should teach you the basics, it will be easier to understand what the book says after reading it (theoretically). The book can show you the rest so that you can become a master in C#.
Note: I am NOT trying to promote my tutorial, I am trying to help. (Just in case someone gets annoyed by me re-posting about my tutorial)
You need a quick start guide to teach you some stuff before getting to these parts. I don't know how good that book is, and this might sound like I am trying to get my tutorial publicity, but you might find it really useful if you read it before reading the book: Visual C# Programming Basics | Scribd
This should teach you the basics, it will be easier to understand what the book says after reading it (theoretically). The book can show you the rest so that you can become a master in C#.
Note: I am NOT trying to promote my tutorial, I am trying to help. (Just in case someone gets annoyed by me re-posting about my tutorial)
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics
#5
Posted 27 May 2010 - 11:44 PM
Thanks for the response. Everything ok now. Yes will check out your tutorials.
Another question from this is if you read abook that gives your the basics of programming classes, methods, OO, data types, strings, arrays etc then where do you go from there? Is there more advanced books to read or do you start to move into windows/web programming from there and/or start to look at database programming etc or is it a matter of learning more of the general stuff i.e. knowing msdn libary examples etc.:)
Another question from this is if you read abook that gives your the basics of programming classes, methods, OO, data types, strings, arrays etc then where do you go from there? Is there more advanced books to read or do you start to move into windows/web programming from there and/or start to look at database programming etc or is it a matter of learning more of the general stuff i.e. knowing msdn libary examples etc.:)
#6
Posted 28 May 2010 - 01:13 AM
If you ask me, just start making applications and if you reach a dead-end search for your answer on the Internet. You gain knowledge through experience, and you will get used to the language a lot easier by using it instead of learning it bit by bit.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics


Sign In
Create Account

Back to top









