Im a newbie taking a C# programing course and college and I can't figure out how to break the program into modules. I dont understand the idea of passing veriables back and forth and 1 module calling another.

Can you help me please.

What do you mean by module? C# basically has classes, files, assemblies, and namespaces. All of those work together to help you organize your code. Organizing code depends on your preferences and any coding guidelines you follow, so there's no "right" way of doing it.

> I dont understand the idea of passing veriables back and forth and 1 module calling another.
Think of it as passing values around. Just the data, not variables. That makes things easier to understand, I think. As for one module calling another, Ed really does need clarification about what you mean by a module.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.