Atom C++ Mac

Here’s a simple way to compile and run C and C++ programs in Atom Editor

Atom is a simple editor for a writing C program. It can be customized to do anything without modifying a config file. This C Programming IDE enables you to search, preview and replace any text as you type in your program. Atom is not an IDE. It's a text editor. That means that you will have to download other tools to compile C. If you are on Ubuntu or Debian you can install G which is the GNU project C and C compiler. Visual Studio Code on macOS Installation. Download Visual Studio Code for macOS.; Open the browser's download list and locate the downloaded archive. Extract the archive contents. At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.

  1. To do that you first need to install Atom Editor, download link https://atom.io/
  2. Go to Files -> Settings -> Install
    search for gpp-compiler and install
    (gpp compiler package link: https://atom.io/packages/gpp-compiler)
  3. Now go to the editor and write your program and save.
  4. To compile the program press F5 or right click the file in tree view and click Compile and Run
  1. The terminal/command prompt will invoke and start to show you output if your code is compiled successfully.

For Windows

You’ll need to install MinGW and add it to your PATH.

Watch this video for install MinGW on Windows: https://www.youtube.com/watch?v=DHekr3EtDOA

Install the following packages when installing MinGW for C/C++ Compiler in Windows

For Mac

Atom Mac Os

You’ll need to install XCode.

Errors in installing Atom Editor

If you get errors while installing Atom or any of the packages insides Atom Editor, then do try disabling your Antivirus. Most times the Antivirus blocks the download path.

Atom C++ Mac
ChemDraw Advanced User tips 1SSDs

If you are a regular user of ChemBioDraw (aka ChemDraw) you may be aware of the keyboard shortcuts that enable to quickly enter chemical structures.In fact there are a huge number of keyboard shortcuts and I've tried to describe them all in the table below. I've been through each key on the keyboard with either an atom or bond selected and recorded the result with or without modifier keys pressed.

So with an atom selected pressing shift E converts the atom to COOCH3, others apply only when you have a bond selected.

KeyShiftControl Command Shift+ CommandAlt+ Command
AAAcSelect All
BBrB
CCClCopy SelectionText center Copy selection as SMILES
DDD
EEtCOOCH3Open HelpToggle Fixed angles
FFFToggle Formula font
GgGGroup selected objectsUngroup
HHHToggle CrosshairsFlip Horizontal
III
JjJText Justified
KKKScaleClean up Structure
LClClToggle Fixed LengthsText left
MMeMeMinimise Window to dock
NNNaNew documentConvert Name to StructureConvert Structure to Name
OOOOpen
PPPhPrintPage SetupPaste SMILES
QQQQuit
RRRRotateText Right
SSSiSaveSave As
TTMSOts
UuU
VvVPasteFlip Vertical
WwWClose
XxXClean up Reaction
YyYRepeat
ZzZUndo
1n-Bu
2s-Bu
3t-Bu
4Ph
5Ac
6CH2OH
77
8Add 3 carbons
9Add 2 carbons
0Add 1 carbon
EnterOpen an atom label text box.
/Display the Atom Properties
dialog box.
'Add atom number (starts at 1)
;Toggle Ruler
++ve charge
--ve charge
=Choose Nickname
With Bond selected
1plain single bond
2double
3triple
44 bond
bbold
cbond center (db only)
ddashed
fmove to front
hhashed
lbond left (db only)
rbond right (db only)
wwedge
ywavy
?Bond Properties

Also Pressing the command key when benzene ring selected gives resonance structure.

How To Compile In Atom

All the key definitions are held in a file found here '/Applications/CS ChemOffice 2008/CS ChemDraw/ChemDraw Items/CS ChemDraw/HotKeys.txt'. This file can be edited with a text editor.
The general format is letter space text so to assign j to invoke the lasso tool simply add :-
j TOOL_LASSO
and save the file. Now pressing the j key will invoke the lasso tool. Other definitions that can be used are in the HotKeys.txt file.