Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread Natansh Verma
I don't know about Windows 7, but there is an interpreter online, in case
you want one.

http://brainfuck.tk/

On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.com wrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread Carl Barton
Just out of interest. What are you planning to write in brainfuck?

On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in case
 you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.com wrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread kumar anurag
I used a prgram of c which converts brainfuck program to C progaram which u
can compile using gcc

On Tue, Mar 15, 2011 at 9:12 PM, Carl Barton odysseus.ulys...@gmail.comwrote:

 Just out of interest. What are you planning to write in brainfuck?


 On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in case
 you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.com wrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




-- 
Kumar Anurag

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread Ankur Khurana
@carl : may be this : https://www.spoj.pl/problems/SBSTR1/

On Tue, Mar 15, 2011 at 9:35 PM, kumar anurag anurag.it.jo...@gmail.comwrote:

 I used a prgram of c which converts brainfuck program to C progaram which u
 can compile using gcc


 On Tue, Mar 15, 2011 at 9:12 PM, Carl Barton 
 odysseus.ulys...@gmail.comwrote:

 Just out of interest. What are you planning to write in brainfuck?


 On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in case
 you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.comwrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




 --
 Kumar Anurag

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread Carl Barton
Ahhh I see. Thanks

On 15 March 2011 16:11, Ankur Khurana ankur.kkhur...@gmail.com wrote:

 @carl : may be this : https://www.spoj.pl/problems/SBSTR1/


 On Tue, Mar 15, 2011 at 9:35 PM, kumar anurag 
 anurag.it.jo...@gmail.comwrote:

 I used a prgram of c which converts brainfuck program to C progaram which
 u can compile using gcc


 On Tue, Mar 15, 2011 at 9:12 PM, Carl Barton 
 odysseus.ulys...@gmail.comwrote:

 Just out of interest. What are you planning to write in brainfuck?


 On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in
 case you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.comwrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




 --
 Kumar Anurag

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread Saikat Debnath
@ kumar anurag : Can you please upload the code...

On Wed, Mar 16, 2011 at 12:35 AM, Carl Barton odysseus.ulys...@gmail.comwrote:

 Ahhh I see. Thanks


 On 15 March 2011 16:11, Ankur Khurana ankur.kkhur...@gmail.com wrote:

 @carl : may be this : https://www.spoj.pl/problems/SBSTR1/


 On Tue, Mar 15, 2011 at 9:35 PM, kumar anurag 
 anurag.it.jo...@gmail.comwrote:

 I used a prgram of c which converts brainfuck program to C progaram which
 u can compile using gcc


 On Tue, Mar 15, 2011 at 9:12 PM, Carl Barton odysseus.ulys...@gmail.com
  wrote:

 Just out of interest. What are you planning to write in brainfuck?


 On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in
 case you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.comwrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




 --
 Kumar Anurag

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Brainfuck compiler

2011-03-15 Thread kumar anurag
the code is attached , u can covert bf program to c , more info is in the
file

On Wed, Mar 16, 2011 at 12:43 AM, Saikat Debnath crazysai...@gmail.comwrote:

 @ kumar anurag : Can you please upload the code...


 On Wed, Mar 16, 2011 at 12:35 AM, Carl Barton 
 odysseus.ulys...@gmail.comwrote:

 Ahhh I see. Thanks


 On 15 March 2011 16:11, Ankur Khurana ankur.kkhur...@gmail.com wrote:

 @carl : may be this : https://www.spoj.pl/problems/SBSTR1/


 On Tue, Mar 15, 2011 at 9:35 PM, kumar anurag anurag.it.jo...@gmail.com
  wrote:

 I used a prgram of c which converts brainfuck program to C progaram
 which u can compile using gcc


 On Tue, Mar 15, 2011 at 9:12 PM, Carl Barton 
 odysseus.ulys...@gmail.com wrote:

 Just out of interest. What are you planning to write in brainfuck?


 On 15 March 2011 14:58, Natansh Verma natansh.ve...@gmail.com wrote:

 I don't know about Windows 7, but there is an interpreter online, in
 case you want one.

 http://brainfuck.tk/


 On Tue, Mar 15, 2011 at 5:15 PM, cegprakash cegprak...@gmail.comwrote:

 do anyone knows a brainfuck compiler for windows 7? I need a link to
 download it.

 I'm new to this group.
 Hope you guyz will help.

 --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




 --
 Kumar Anurag

 --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




-- 
Kumar Anurag

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

/*
 * BF2C
 * Copyright (C) 2003 Thomas Cort
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 */

/*
 * Program Name:  BF2C
 * Version:   1.0
 * Date:  2003-03-18
 * Description:   Converts Brainfuck source to C source
 * License:   GPL
 * Web page:  http://www.brainfuck.ca
 * Download: