the backwards thread

Pages: 123
Nov 4, 2013 at 11:33pm
I don't know anything about Turbo C. I would recommend getting CodeBlocks as it comes with a compiler and the IDE is nice and handy. Don't consider Bloodshed's DevC++ as it is old and obsolete, wxDev-C++ I don't know about, and Orwell's Dev-C++ hasn't matured enough yet. C::B is good enough for your purposes.
Nov 4, 2013 at 11:37pm
closed account (S6k9GNh0)
Out of character wrote:
I can't bring myself to write a Turbo C example lol
Nov 4, 2013 at 11:45pm
I have no clue what in the name of wabbits is going on.

-Albatross
Nov 5, 2013 at 12:54am
Who the hell did just report me.
Nov 5, 2013 at 12:54am
No, a cracked Visual Studio copy is not the source of the problems.
Nov 5, 2013 at 2:07am
Hmm...makes me wonder if the site admin is going to be annoyed for reporting the posts just to do this game.
Nov 5, 2013 at 2:41am
He'd be less amused if it was a spam-report (as in, report-spamming).
Also, the report begins with "-NOT A REPORT-" just to relax him a bit.
Nov 5, 2013 at 6:02am
It may be that i'm just really tired, but EssGeEich's performance blew my mind for a second there. I actually believed the thread was backwards for a split second due to how many times i have seen that scenario.
bravo :D
Nov 5, 2013 at 6:06am
Albatross@ please use cod tags.
I fixed you're programe thank me later:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include <iostream>
unsigned namespace std;

void main() {
#define max_purchase = 10;
	int baconstore();
	int makeArray(int size, array[max_purchse], int value) {
		if(size = array.size)
			cout << "the array is already this size!!!";
	}else {
		array.clear;
		for(int i =0; i< size; i+i)
	array.push_back(new array(value));
	}
	return 0;}

void baconStore(int chooseItem)
{
	int chooseitem;
	cout << 'hello! welcome to the bacon shop!Chose your purchase' << endl;
	cout << '******************************************************'
		;cout << 'selections are bacon dinner plate and bacon form and bacon knife and bacon spune and baon spatule and ladle and bacon napkin and bacontable clothes and bacon rost pig!';

	array[max_purchase] (0)//initilise to zero!
	cin >> choseitem;
	for(int i=0; i<choseitem; i=i+1)
	{
		if(choseitem="bacon diner plate")
			cout << "you have celected ", baco dinner plate, "!" << endl;
		makearray(int i; array(); choseitem);
		return bacon diner plate;
		else if(chose item= "cabon fork) {
			scout << "you have selected ', bacon fork, "!" << endl;
			makeArray(i, arra[]; chooseItem)
			reutrn fork;
		//you get the 
		idea
	}
	return default;//if non of the selections were select
} 
Nov 5, 2013 at 11:52am
I hate when Script Coder copies my "who reported me".
I'm certain he will write it sooner or later.

lol @ cod tags
Last edited on Nov 5, 2013 at 11:53am
Nov 5, 2013 at 1:00pm
Visual Bacon is my favorite c++ library
Nov 5, 2013 at 2:36pm
So what is your favorite food related programming tool?
Nov 9, 2013 at 2:24am
I loooooooooooove bacon!!!


I have a favorite food related programming tool, but idk if I will say what it is :D


Nov 9, 2013 at 2:47am
closed account (N36fSL3A)
Isn't this the bacon thread? When are we going to get back on the topic of bacon?
Last edited on Nov 9, 2013 at 5:20pm
Nov 9, 2013 at 3:16am
We really need a new topic for this. This thread has Soooo crashed. :/
Nov 9, 2013 at 4:56pm
OP: you're missing the closing bracket for the for() loop... (-,-")

Also, Superdude, I didn;t know you had the time for that.
Last edited on Nov 9, 2013 at 4:56pm
Nov 9, 2013 at 5:19pm
closed account (N36fSL3A)
Superdude, how long did that take to do? That's sooo cool.
Nov 9, 2013 at 5:45pm
I made this as my wallpaper:

http://puu.sh/5dkhK.png

And my RTS is coming along nicely.

http://puu.sh/5dkjw.JPG
Nov 10, 2013 at 4:06am
closed account (N36fSL3A)
I don't like this thread. Let's make up a new topic;

How about "What are you working on currently, and what is the wallpaper for it".
Nov 10, 2013 at 4:08am
@ Lumpkin: XD

Bump.

Pages: 123