<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[we developers forum - without semicolon?]]></title>
		<link>http://forum.wedevs.com/topic/42/without-semicolon/</link>
		<description><![CDATA[The most recent posts in without semicolon?.]]></description>
		<lastBuildDate>Mon, 30 Mar 2009 12:33:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/205/#p205</link>
			<description><![CDATA[Ok, thats it. Now we need another problem. No cheating ;)]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Mon, 30 Mar 2009 12:33:53 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/205/#p205</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/204/#p204</link>
			<description><![CDATA[In fact, shiplu's code is also a cheating. Because you never specify the size of an array in the function arguments. That is a serious security bug. Tareq's code is exactly same as mine. However, Tareq does have a visible semicolon in his code while mine does not. The trick is -  [b]You don't write semicolon anywhere in the code[/b].]]></description>
			<author><![CDATA[dummy@example.com (nsmgr8)]]></author>
			<pubDate>Mon, 30 Mar 2009 12:27:54 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/204/#p204</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/202/#p202</link>
			<description><![CDATA[we are cheating? so my code was right :-?
[code=php]#include<stdio.h>
#include<conio.h>
#define SEMICOLON ;
int main()
{
    printf("hello world") SEMICOLON
    getch();
}[/code]]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Sun, 29 Mar 2009 14:26:38 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/202/#p202</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/201/#p201</link>
			<description><![CDATA[__ is nothing. We are cheating with it. We define __ as ; while compiling. The compiler substitutes __ with ; before the compiling process. Even we did not specify ; in our code, actually we are using it just by redefining as __.]]></description>
			<author><![CDATA[dummy@example.com (nsmgr8)]]></author>
			<pubDate>Sun, 29 Mar 2009 13:20:39 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/201/#p201</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/200/#p200</link>
			<description><![CDATA[[code]main() {
    printf("Hello world") __
}[/code]
what is this __ ? what does it really do :D

Once i downloaded [b]Zend Studio for Eclipse[/b]. But did not understand it's usage :-SS
Now also i have installed [b]eclipse-cpp-ganymede-win32[/b]. The whole thing is same and again i did not understand it ~X(]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Fri, 27 Mar 2009 18:50:37 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/200/#p200</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/199/#p199</link>
			<description><![CDATA[Use Eclipse as an IDE. It is an all in all IDE for a very wide range of languages. You can code in whatever language you like.

Here's the hello.c program
[code=c]
#include <stdio.h>

main() {
    printf("Hello world") __
}
[/code]

Now, compile this with gcc by
[code]
gcc -D__=\; hello.c
[/code]]]></description>
			<author><![CDATA[dummy@example.com (nsmgr8)]]></author>
			<pubDate>Fri, 27 Mar 2009 18:37:08 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/199/#p199</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/198/#p198</link>
			<description><![CDATA[Nasim vai, can you suggest a IDE for me? 

As you said to use a pre-processor directive, i used this one. Can you please submit a solve using pre-processor directive :D]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Fri, 27 Mar 2009 17:28:14 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/198/#p198</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/197/#p197</link>
			<description><![CDATA[This is C99 code, meaning old compilers cannot compile this. So Turbo C cannot compile it. Dev C++ is very ugly IDE. Why do you use it?]]></description>
			<author><![CDATA[dummy@example.com (nsmgr8)]]></author>
			<pubDate>Fri, 27 Mar 2009 17:20:10 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/197/#p197</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/193/#p193</link>
			<description><![CDATA[[quote=Tareq]shiplu vai, where did you compiled it? i tried dev c++ and turbo c. But it shows errors ;D[/quote]
I compiled it in gcc version 4.3.2 in my ubuntu. 
Works totally perfect!
what is dev C++?? try C compiler.]]></description>
			<author><![CDATA[dummy@example.com (shiplu)]]></author>
			<pubDate>Thu, 26 Mar 2009 21:32:44 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/193/#p193</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/192/#p192</link>
			<description><![CDATA[shiplu vai, where did you compiled it? i tried dev c++ and turbo c. But it shows errors ;D]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Thu, 26 Mar 2009 21:13:46 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/192/#p192</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/191/#p191</link>
			<description><![CDATA[[code=c]#include<stdio.h>
int main (int argc, char *argv[printf("Hello world")]) {}[/code]

[code=c]#include<stdio.h>
int main (int argc, char **argv, int helloWorld[printf("Hello World!")]) {}[/code]]]></description>
			<author><![CDATA[dummy@example.com (shiplu)]]></author>
			<pubDate>Thu, 26 Mar 2009 21:03:56 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/191/#p191</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/190/#p190</link>
			<description><![CDATA[shiplu vai, you can finish it if you want. I can't do that --(]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Thu, 26 Mar 2009 16:55:01 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/190/#p190</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/189/#p189</link>
			<description><![CDATA[Tareq, you used a semicolon. The problem states "write a [b]C[/b] [b]program [/b]that prints "Hello world" without any semicolon in it "

It must be a program. and it must be written in C. It doesn't say to print "Hello world" only. 

None of the submitted solution is correct. 

should you try more or I'll finish it!! :D]]></description>
			<author><![CDATA[dummy@example.com (shiplu)]]></author>
			<pubDate>Thu, 26 Mar 2009 16:49:38 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/189/#p189</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/188/#p188</link>
			<description><![CDATA[[b]The solution is :[/b]
Open notepad
Write "Hello World" without qoute
Switch on your printer
Go to File>Print
Finally you will get a output "Hello World" without semicolon ;q]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Wed, 25 Mar 2009 20:12:06 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/188/#p188</guid>
		</item>
		<item>
			<title><![CDATA[Re: without semicolon?]]></title>
			<link>http://forum.wedevs.com/post/187/#p187</link>
			<description><![CDATA[I got it and i solved it )+D
I have send the PM to shiplu vai :D
Thanks nasim vai. That was so funny ~X(]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Wed, 25 Mar 2009 19:59:14 +0000</pubDate>
			<guid>http://forum.wedevs.com/post/187/#p187</guid>
		</item>
	</channel>
</rss>
