More if's?
-
Well, it just seemed it would screw up tough, so thanks for the advice!
You can't screw up... unless you're testing a hard-disk-wiper-outer or something.
-
How do you make it so an if statement has a lot of things to match? It's hard to explain, but instead of '&&', is there a way to make it so you can have a bunch of if's to follow? I hope you understand what I mean... Thanks in advance, M.S.
Hi,
MasterSharp wrote:
Forum C# Subject: Re: More if's? Sender: MasterSharp Date: 20:08 1 Oct '07 How do you make it so an if statement has a lot of things to match? It's hard to explain, but instead of '&&', is there a way to make it so you can have a bunch of if's to follow? I hope you understand what I mean... Thanks in advance, M.S.
The long and short of it is that you can chain together as many expressions as you like with &&'s and ||'s. I'd recommend picking up an introductory C# book - there are a number of good ones. Jesse Liberty's "Learning C#" is a good one, or you might find the Head First C# book interesting to read - it isn't your standard C# text. Apress has some good ones too. I have several books on the subject and each provides a different perspective. I think that you'd really benefit by getting one of these books and working through it. Most have exercises, and those are helpful. There are a bunch of great folks here at Code Project who can answer questions, but you're not going to learn the language nearly as well as if you invest some time with a good text - your question indicates that you are new to the language and probably haven't worked through an introductory text, because just about any good introductory text would have provided the answer to that question and TONS of others you are likely to have along the way. .NET development, and programming in general, is a journey and NONE of us has it all figured out - if you'll invest the time upfront with a good text on the language, and then experiment along the way, read the MS-provided help pages, you'll likely be quite capable at developing C# apps in a reasonable period of time. Of course, when you are stumped on a program, there are a bunch of folks here that would be happy to take a look at the code snippet and respond. At least that has been my experience. Good Luck!
It isn't enough to do well in life. One must do good when and where one can. Otherwise, what's the point?
-
How many '&&'s can you use, is what I mean. I guess that what it boils down to.
Seriously, you will never learn anything if you don't try basic stuff like this before asking others to explain it to you.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You can't screw up... unless you're testing a hard-disk-wiper-outer or something.
PIEBALDconsult wrote:
unless you're testing a hard-disk-wiper-outer or something.
well, you know I started out with my first computer project to be a disk operating system... but then I smartly decided to start with drawing user interfaces. So far, in the last 27 years of computer programmng, I have crashed many computers, but I have never managed to crash a user. :->
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
Well, next time... TRY IT!! You ain't gonna hurt the computer.
PIEBALDconsult wrote:
Well, next time... TRY IT!!
Programming is like pinball. The reward for doing it well is the opportunity of doing it again. - programmers' saying
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
PIEBALDconsult wrote:
Well, next time... TRY IT!!
Programming is like pinball. The reward for doing it well is the opportunity of doing it again. - programmers' saying
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
But my wife is better at pinball than I am... oh, wait a minute... Programming Sex is like pinball. The reward for doing it well is the opportunity of doing it again. :cool:
-
Well, next time... TRY IT!! You ain't gonna hurt the computer.
-
But my wife is better at pinball than I am... oh, wait a minute... Programming Sex is like pinball. The reward for doing it well is the opportunity of doing it again. :cool:
Keep my thread clean and PG. Kid, here.
-
Seriously, you will never learn anything if you don't try basic stuff like this before asking others to explain it to you.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
OK, I got it, stop jumping on me!
-
OK, I got it, stop jumping on me!
Stop asking to be jumped upon. :laugh: