I've recently downloaded Cpp compiler, and am wondering if there is any site where I can find instructions for its use. I'm trying to learn C programming, and don't know how to do such things as getting gdb commands into the compiler, and how to add libraries.
All I can figure out, so far, is how to compile and run the code I write.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've recently downloaded Cpp compiler, and am wondering if there is any site where I can find instructions for its use. I'm trying to learn C programming, and don't know how to do such things as getting gdb commands into the compiler, and how to add libraries.
All I can figure out, so far, is how to compile and run the code I write.
I've recently downloaded Cpp compiler, and am wondering if there is any site where I can find instructions for its use. I'm trying to learn C programming, and don't know how to do such things as getting gdb commands into the compiler, and how to add libraries.
All I can figure out, so far, is how to compile and run the code I write.
Most of what you need to know should be in your basic C++ books.
Most programs you can do:
include<iostream>
int main{
std::cout"Hello World"<<std::end;
system("pause");
return 0;
}
I can send you a free compiler or you can use a free verions of visual studios.
From: richard atlantis43@users.sf.net
To: [dev-cpp:discussion] 48211@discussion.dev-cpp.p.re.sf.net
Sent: Friday, July 5, 2013 4:58 PM
Subject: [dev-cpp:discussion] Instructions for cpp compiler
I've recently downloaded Cpp compiler, and am wondering if there is any site where I can find instructions for its use. I'm trying to learn C programming, and don't know how to do such things as getting gdb commands into the compiler, and how to add libraries.
All I can figure out, so far, is how to compile and run the code I write.
Instructions for cpp compiler
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dev-cpp/discussion/48211/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/