<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Compile CPP to exe]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43689/compile-cpp-to-exe?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43689/compile-cpp-to-exe?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43689/compile-cpp-to-exe</guid>
	<pubDate>Thu, 06 Jan 2022 06:44:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43689/compile-cpp-to-exe</link>
	<title><![CDATA[Compile CPP to exe]]></title>
	<description><![CDATA[<code>You have to compile the code with a C++ compiler.
TDM-GCC MinGW compiler which you can download from this link: https://sourceforge.net/projects/tdm-gcc/

Once you download and install the compiler, you need to open the cmd, navigate to the folder containing the .cpp files using the &quot;cd&quot; command, and then execute these commands:

g++ -o NewFileName TrojanCockroach.cpp
g++ -o NewFileName Infect.cpp
Change &quot;NewFileName&quot; to w/e you want to name each exe file.

The exe files will appear in the same folder.</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>