the backwards thread

Pages: 123
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.
closed account (S6k9GNh0)
Out of character wrote:
I can't bring myself to write a Turbo C example lol
I have no clue what in the name of wabbits is going on.

-Albatross
Who the hell did just report me.
No, a cracked Visual Studio copy is not the source of the problems.
Hmm...makes me wonder if the site admin is going to be annoyed for reporting the posts just to do this game.
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.
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
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
} 
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
Visual Bacon is my favorite c++ library
So what is your favorite food related programming tool?
I loooooooooooove bacon!!!


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


closed account (N36fSL3A)
Isn't this the bacon thread? When are we going to get back on the topic of bacon?
Last edited on
We really need a new topic for this. This thread has Soooo crashed. :/
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
closed account (N36fSL3A)
Superdude, how long did that take to do? That's sooo cool.
I made this as my wallpaper:

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

And my RTS is coming along nicely.

http://puu.sh/5dkjw.JPG
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".
@ Lumpkin: XD

Bump.

Pages: 123