Thread: Command for opening C project

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    Command for opening C project

    Greetings guys ! I'm so sorry for writing over here but I couldn't post that thread on LINUX forum .. !

    I have a file called "Project program" in C which having
    Project.c
    Header1.h
    txt1.txt
    I saved the Document project program on the local disk D(in my PC).
    I'm new on Linux and don't know how I can open search for the Project Program and go to the Project.c for compiling it and afterwards going to Header1.h Adding words/changing words like changing the name of the function and save what I have changed on the header1.h .

    Can you please help me how can I do that by linux command?! I'm not succeeding at all !!

    thanks in advance

  2. #2
    Banned
    Join Date
    Apr 2015
    Posts
    596
    I'm not meaning by commands in C programming, I'm meaning in the command line what should I write !

  3. #3
    Registered User Kernelpanic's Avatar
    Join Date
    Sep 2018
    Location
    Berlin
    Posts
    105
    How have you installed the GCC on Linux? The GCC install routine sets up the path; I had always SuSE and there has make it Yast.

    In Linux I have wrote programs in /home/lab/c - for example, and it there compiled, like in Windows.
    gcc -o xyz ...

    ("lab" is an abbreviation for "Labora!")

    PS: I think you have a lot of construction sites open now . . .
    Last edited by Kernelpanic; 12-04-2018 at 08:54 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 12
    Last Post: 05-15-2017, 07:24 AM
  2. Replies: 4
    Last Post: 08-02-2013, 06:45 PM
  3. Replies: 6
    Last Post: 11-12-2008, 07:21 PM
  4. Dev C++ not opening my project...
    By dac in forum Tech Board
    Replies: 2
    Last Post: 12-11-2006, 02:47 PM
  5. Opening file at command line
    By Wiggin in forum C++ Programming
    Replies: 0
    Last Post: 04-27-2002, 01:21 PM

Tags for this Thread