Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > 2+2 Communities > BBV4Life
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-15-2007, 05:47 PM
IRuleYouHard IRuleYouHard is offline
Senior Member
 
Join Date: Nov 2006
Location: MS Paint Forum.
Posts: 1,050
Default BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

BRAG: 4.0 (so far) in CS major. (why I need desperate help)
Variance: program due in 8 hours.
HOW I FEEL:



I thought that maybe since at least some of you like me in here I could get some help in C programming [img]/images/graemlins/smile.gif[/img]
http://forumserver.twoplustwo.com/showfl...=0#Post12096928
Reply With Quote
  #2  
Old 09-15-2007, 06:41 PM
diebitter diebitter is offline
Senior Member
 
Join Date: Mar 2005
Location: Married With Children
Posts: 24,596
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

Everything anyone needs to know about programming in 2 lines:

[ QUOTE ]

10: PRINT "PEOPLEZ ARE FLA FLA"
20: GOTO 10


[/ QUOTE ]
Reply With Quote
  #3  
Old 09-15-2007, 06:53 PM
IRuleYouHard IRuleYouHard is offline
Senior Member
 
Join Date: Nov 2006
Location: MS Paint Forum.
Posts: 1,050
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

I was taught that goto statements are bad in C [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #4  
Old 09-15-2007, 06:58 PM
xxeximusxx xxeximusxx is offline
Senior Member
 
Join Date: Mar 2007
Location: i ain\'t got my taco
Posts: 460
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

i'm taking ap computer science and i feel your pain, i can't even write a 1 line program, my teacher doesn't explain anything
Reply With Quote
  #5  
Old 09-15-2007, 07:02 PM
rjoefish rjoefish is offline
Senior Member
 
Join Date: Feb 2006
Location: Saying AAAHHHHHHH
Posts: 1,397
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

I took a programming class in HS and the prof gave us the book and a list of the problems he wanted done then sat at his desk all semester and didn't teach us [censored]. It was the worst class I've ever taken, teacher wise. We all just copied off a core of asian kids that pumped the programs out like they'd been doing it for 12 years. We played a lot of LAN Quake also.
Reply With Quote
  #6  
Old 09-15-2007, 07:05 PM
keikiwai keikiwai is offline
Senior Member
 
Join Date: Feb 2005
Location: Hi. My name is Rosa Kato <3
Posts: 19,541
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

<font class="small">Code:</font><hr /><pre>
#include &lt;iostream&gt;

using namespace std; /* outermost level of scope starts here */

int i;

main(){ /* next level of scope starts here */
int i;
i = 5;

while(i != 5) { /* next level of scope starts here */
int j,i;
j = 1;
i = 0;
switch (i) { /* next level of scope starts here */
int i;

case 1:
if (i != 4) { /* innermost level of scope of this program starts here */
int k, i;
i = -1;
j = 6;
k = 2;
} /* innermost level of scope of this program ends here */
break;

case 2:
j = 5;
break;
} /* next level of scope ends here */

cout &lt;&lt; j &lt;&lt; ' ';
} /* next level of scope ends here */

cout &lt;&lt; i &lt;&lt; endl;
} /* next and outermost levels of scope end here */
</pre><hr />
Reply With Quote
  #7  
Old 09-15-2007, 07:09 PM
IRuleYouHard IRuleYouHard is offline
Senior Member
 
Join Date: Nov 2006
Location: MS Paint Forum.
Posts: 1,050
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

Please use the |code| |/code| tags kthx
Reply With Quote
  #8  
Old 09-15-2007, 07:13 PM
diebitter diebitter is offline
Senior Member
 
Join Date: Mar 2005
Location: Married With Children
Posts: 24,596
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

C, not C++, ya fla fla!
Reply With Quote
  #9  
Old 09-15-2007, 07:13 PM
Quicksilvre Quicksilvre is offline
Senior Member
 
Join Date: Jul 2005
Location: Clinging to the binomial theorem like a drunk to a lamppost
Posts: 3,482
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

At one point I was a CSCI major; this reminds me of why I switched out. The last homework assignment I attempted literally made my colon asplode.
Reply With Quote
  #10  
Old 09-15-2007, 07:26 PM
johndenver johndenver is offline
Senior Member
 
Join Date: Apr 2007
Posts: 263
Default Re: BEAT: I SUCK AT PROGRAMMING AND NEED HALP!

i have a B.S. in CS. top 10 school. holla.

i will do your homework for you for 200$ shipped on stars

i guarantee an A

deal?
Reply With Quote
Reply


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


All times are GMT -4. The time now is 01:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.