Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 12th, 2006, 8:22 AM   #1
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 343
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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
mrynit is offline   Reply With Quote
Old Jun 12th, 2006, 8:26 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
after 500000 posts it would liek totaly an OS or some kool game!
You must be shitting me. A half-million mismatched nuts and bolts does not make a space station.
__________________
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
DaWei is offline   Reply With Quote
Old Jun 12th, 2006, 8:33 AM   #3
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 343
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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
mrynit is offline   Reply With Quote
Old Jun 12th, 2006, 8:44 AM   #4
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
using namespace std;
Hmm?
v0id is offline   Reply With Quote
Old Jun 12th, 2006, 8:57 AM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
using namespace std;
Fine for a page of code. Trouble in River City for a half-million lines. Now let me make something clear. I'm not against games, humor, and fun (see some of my posts). However, I'd like to see PFO viewed as a technical forum that can be taken seriously in those (technical) areas. Lately it seems to be headed in the direction of a kindergarten of asinine inanities. Go with your communal code, but it would be good if it didn't encourage poor programming practices.
__________________
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
DaWei is offline   Reply With Quote
Old Jun 12th, 2006, 9:06 AM   #6
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 343
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Quote:
Originally Posted by DaWei
Lately it seems to be headed in the direction of a kindergarten of asinine inanities.
true. i hate to see good places go under. i thought this would be funny in a good way. i should of had the disgrestion to hit the back button and take my pills. hey mods del this sob if you see fit.

Quote:
Originally Posted by DaWei
Go with your communal code, but it would be good if it didn't encourage poor programming practices.
would you suggest two lines at a time insted of one?
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
mrynit is offline   Reply With Quote
Old Jun 12th, 2006, 9:31 AM   #7
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
It was one of my ways to make a joke, a silly joke.
Sorry
v0id is offline   Reply With Quote
Old Jun 12th, 2006, 9:34 AM   #8
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote
Old Jun 12th, 2006, 9:35 AM   #9
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 343
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
what? i dont get it. gezz now i feel stupid
delete this
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote
Old Jun 12th, 2006, 10:20 AM   #10
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
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.
v0id is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC