![]() |
|
| View Poll Results: How many source files do you use in your projects? | |||
| Tons! |
|
5 | 26.32% |
| A "medium" amount. |
|
5 | 26.32% |
| A few. |
|
3 | 15.79% |
| One or two. |
|
6 | 31.58% |
| Voters: 19. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
Hobbyist Programmer
|
Quote:
__________________
i dont know much about programming but i try to help Last edited by mrynit; May 25th, 2006 at 11:40 PM. |
|
|
|
|
|
|
#12 | |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 769
Rep Power: 3
![]() |
Quote:
![]() |
|
|
|
|
|
|
#13 | |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 378
Rep Power: 3
![]() |
Quote:
__________________
I am Addicted to Linux! |
|
|
|
|
|
|
#14 | |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 769
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#15 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 136
Rep Power: 0
![]() |
I usually create a lot of classes with in turn into a lot of different sources, :p . I also am a OOP minded person.
|
|
|
|
|
|
#16 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#17 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
For better or for worse, right now I am at the stage where I see everything through object oriented glasses (drunken the coolaid so to speak). So if am I using a language that allows easy object oriented development I will use that method. I listed C as an example of a language I program procedurally in. You can of course to procedural in C++ and OO in C, or a mix of both.
I haven't done large C projects but I assume you break functions into groups (modules) that accomplish one task and create a header source file pair for them. So my "one class, 2 files" approach makes no sense in C. |
|
|
|
|
|
#18 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
To my way of thinking, OO is not a software discipline. It's a natural approach to any design that often (not always) results in a more effective and useful "thing". No point in repeating myself here, but you can see some thoughts at the link, "Why OOP, My View", in my signature.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|