Re: [Anjuta-list] New c++ guy
- From: jhs jsschmid de
- To: "Akshay" <gulatiakshay gmail com>
- Cc: anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] New c++ guy
- Date: Fri, 28 May 2010 07:52:49 -0000 (UTC)
Hi!
The project is opened automatically when you create it. You should have a
source tree that looks like that:
foo
-> src
->main.cc
->Makefile.am
->etc.
->more directories
->configure.ac
->Makefile.am
->...
Otherwise the project wasn't created correctly. Which version are you
using? Are you sure that you have all dependencies installed (especially
autogen must be installed).
Regards,
Johannes
>
>
> Its not like gcc and emacs ! After finishing the wizard where is
> main.cc its created foo bar cpp project but i didnt get any main.cc in
> it and what is foobar.ajunta do i need to click that to open a new
> file..I am sorry i know C, I know Make files I know emac...always worked
> with command windows so doing some thing wrong here
>
> On 10-05-28 12:56 AM, jhs jsschmid de wrote:
>> Hi!
>>
>> This is not a list about programming problems.
>>
>> Anyway, you cannot execute a C/C++ file, you have to compile it (and as
>> you say you are familiar with C you should now that).
>>
>> So, do the following:
>>
>> File->New->Project
>> - Choose C++ and then "Generic C++"
>> - Finish the wizard
>>
>> Edit the main.cc file, choose Build->Build and Run->Run.
>>
>> Regards,
>> Johannes
>>
>>
>>> I am new to c++ though i am good in c ....Trying to learn Ajunta
>>>
>>> Here is my program
>>>
>>> #include<iostream>
>>> using namespace std;
>>>
>>> void main()
>>> {
>>> cout<< "Hello World!"<< endl; cout<< "Welcome to C++
>>> Programming"<< endl;
>>> }
>>>
>>> After writing it!
>>>
>>> 1. I save it as Check.c in one of folder
>>> 2. I got to program parameter and give path of file /path/Check.c
>>> 3.I go to run and execute it
>>>
>>> and gets following error in terminal
>>>
>>> /home/akshay/check.c: 2: using: not found
>>> /home/akshay/check.c: 4: Syntax error: "(" unexpected
>>>
>>> ----------------------------------------------
>>> Program exited successfully with errcode (2)
>>> Press the Enter key to close this terminal ..
>>> ----------------------------------------------
>>> I am just checking ! I want to start my c++ with AJunta Help Help !
>>>
>>>
>>> Then thinking that it didnt find using i tested this
>>>
>>> #include<iostream.h>
>>>
>>> int main () {
>>>
>>> //print out the text string, "Hello, World!"
>>> cout<< "Hello, World!"<< endl;
>>>
>>> return 0;
>>>
>>> }
>>>
>>> Here is the error
>>>
>>> ----------------------------------------------
>>> /home/user/check.c: 4: Syntax error: "(" unexpected
>>>
>>> ----------------------------------------------
>>> Program exited successfully with errcode (2)
>>> Press the Enter key to close this terminal ...
>>>
>>> Question: Why i am getting these error
>>> Question: In program parameter do i need to give path
>>>
>>> Where i can get few tutorial about ajunta on this
>>>
>>> Aki
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Anjuta-list mailing list
>>> Anjuta-list lists sourceforge net
>>> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>>>
>>>
>>
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]