Visual Studio: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
No edit summary
 
Line 1:
{{FirstPerson}}
{{You}}
 
Visual Studio can be used as an integrated development environment for writing assembly, C and C++ with fully featured F5 debugging. Code can be compiled and debugged using either a [[GCC_Cross-Compiler]] toolchain you as you would normally use, or the Microsoft Visual C++ compiler. Due to the fact the standard Visual C++ compiler is only capable of emitting [[OMF]] object files, with the linker only producing [[PE Binaries]], if you pursue this avenue you will have to either use a bootloader which understands these formats or convert them to, for example, [[ELF]] or flat binary.