Results 1 to 2 of 2

Thread: c++ and linux

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    c++ and linux

    Now that I know a tiny bit of c++ (the 'tiny' <sarcasm>thanks</sarcasm> to my computer teacher) im making a linux partition(s).

    How do you do all the editing of the OS that you always hear of. Anyone know about the C++ in linux? any info is good.
    retired member. Thanks for everything

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    There's probably not much C++ in the Linux kernel, it's probably all C, and maybe some assembly for various platforms (I'm not sure, I haven't looked at the source much).

    If you want to mess around with the kernel, go to the bash prompt (or whatever shell you're using) and type:

    updatedb (this updates the locate database, may not be necessary and may need to be done as root)
    locate kernel

    look for any .c files that look appropriate in the list.


    The general source is probably in /usr/src/linux, and the kernel source is probably in /usr/src/linux/kernel
    Harry.

    "From one thing, know ten thousand things."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width