emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Amos Bird <amosbird@gmail.com>
To: Thierry Banel <tbanelwebmin@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: evaluate cpp snippet in org babel with default includes and customized entry point
Date: Sat, 16 Sep 2017 16:58:57 +0800	[thread overview]
Message-ID: <874ls39fzi.fsf@gmail.com> (raw)
In-Reply-To: <59BCE6DA.80907@free.fr>

[-- Attachment #1: Type: text/plain, Size: 914 bytes --]

#+OPTIONS: latex:t toc:nil H:3

Ok, i get the idea. So how can I customized the default code expansion so that it can directly evaluate this

    #+BEGIN_SRC cpp
      class Solution {
      public:
        vector<int> twoSum(vector<int>& nums, int target) {

        }
      };
    #+END_SRC

    #+RESULTS:


Thierry Banel <tbanelwebmin@free.fr> writes:

> You may use the :includes header parameter.
>
> Also, you may omit the main() function. In this case, all your code will become
> the body of a default main function. Type C-c C-v v on the following example to
> understand what is happening.
>
>
> #+BEGIN_SRC C++ :includes <iostream>
>   std::cout<<"hello";
> #+END_SRC
>
> #+RESULTS:
> : hello
>
>
> On 16/09/2017 10:37, Amos Bird wrote:
>>
>> Thanks Thierry,
>>
>> But I'd like to hide all those includes and the main function. I'm not sure if
>> it's possible.
>>
>>


--
Amos Bird
amosbird@gmail.com

[-- Attachment #2.1: Type: text/html, Size: 2188 bytes --]

  reply	other threads:[~2017-09-16  8:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-16  7:50 evaluate cpp snippet in org babel with default includes and customized entry point Amos Bird
2017-09-16  8:33 ` Thierry Banel
2017-09-16  8:37   ` Amos Bird
2017-09-16  8:54     ` Thierry Banel
2017-09-16  8:58       ` Amos Bird [this message]
2017-09-16  9:11         ` Thierry Banel
2017-09-16  9:14           ` Amos Bird
2017-09-16  9:36             ` Thierry Banel
2017-09-16  9:05       ` Thierry Banel
2017-09-16  8:46 ` Thierry Banel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ls39fzi.fsf@gmail.com \
    --to=amosbird@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tbanelwebmin@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).