![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
communal code
hey here is porbably a dumb idea: lets start adding one line of code at a time in each reply and the code like builds on itself. so like after 500000 posts it would liek totaly an OS or some kool game!
lolz i'll start#include <iostream> were gonna use C++ cause thats all i really know except for BASIC. but seriously try it out and see if we can make some thing. it is like those stories you write for five minuets then pass the paper on to the next guy and he contnuies for five min and so on untill ya stop and then every one gets to gethere and reads the story. we did that in the seventh grade a lot in english. i sux at english...
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#2 | |
|
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 |
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
ok maybe not an os or any thing overly complex. but would itnt be leik "fun/challenge" as a group to write some code one line at a time one person at a time that would some how manage to compile into a working program that did some thing of significances?
im really tiered and havent taken my medication in quite some time....
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
using namespace std; |
|
|
|
|
|
#5 | |
|
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 |
|
|
|
|
|
|
#6 | ||
|
Hobbyist Programmer
|
Quote:
Quote:
goining in a linear fassion putting using namespace std; cuts us off from other headers and inlcude and what not. int main()
__________________
i dont know much about programming but i try to help |
||
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
It was one of my ways to make a joke, a silly joke.
Sorry |
|
|
|
|
|
#8 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
The engish language is linear and the units which make it up (ie. sentences) are relatively small. As with all natural languages, it's designed such that people can use it on the fly. Little foresight is required in order to construct a basic sentence.
Programming, on the other hand, is usually not linear, and the individual units (ie. functions and classes) are often relatively large. Most programming languages are not designed to be used on the fly, least of all C++. Software development often takes months, if not years of planning ahead. |
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
what? i dont get it. gezz now i feel stupid
delete this
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#10 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
What he, we or I mean is that you can't make a program like that.
You have to plan what program it will be, what includes your will use, namespaces, classes and so on. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|