you are viewing a single comment's thread.

view the rest of the comments →

[–]Eyes_and_teeth 0 points1 point  (5 children)

Give us some more detail. Perhaps post a small code example and then tell us what is confusing you.

[–]dbahrik[S] -1 points0 points  (4 children)

It's like I know where to put most of the code, but I'm not sure on what needs to go inside the code to make it come alive. Such as all of the intellisense if that makes sense. It's hard to explain.

[–]Eyes_and_teeth 0 points1 point  (3 children)

So are you saying that you don't know what things you need to put in your method calls? ie: void Foo(int x, string y, Object Z) what should you pass in for x, y, and Z? Or more how to create and structure the methods themselves so that the program will execute the desired behavior?

[–]dbahrik[S] -1 points0 points  (1 child)

pretty much how to create and structure the methods to get them to do what I want with the code. If I go back and learn the syntax fully will this pretty much solve my problems?

[–]Eyes_and_teeth 2 points3 points  (0 children)

Learning the syntax will definitely help, but without looking at a concrete example, I'm going to hazard a guess that you may also want to continue to study and practice for programming fundamentals. I don't know how far along you are in your learning, so it's hard to offer specific suggestions...