| Programming room? | |
|
|
Author | Message |
---|
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Programming room? Tue Dec 01, 2009 12:18 pm | |
| NK's Hi, I work as a programmer, and programming is also my hobby. I would like to ask you, if any one of you like it too? If so, I suggest to create a new room for this topic ... | |
|
| |
od@r Admin & Founder
Počet príspevkov : 1442 Join date : 2009-05-21 Age : 47 Bydlisko : Záhoracka 62,Šaštín Stráže,90841
| Subject: Re: Programming room? Tue Dec 01, 2009 5:48 pm | |
| nice ide M ... but not for section spam mooved to -scrips- | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Tue Dec 01, 2009 7:37 pm | |
| Ok.... I think that question like this one is a spam.... but ...as you wish.. you are admin here So anyone likes programming? | |
|
| |
cook!e [NK] Clan Member
Počet príspevkov : 211 Join date : 2009-06-22 Bydlisko : Croatia
| Subject: Re: Programming room? Tue Dec 01, 2009 7:50 pm | |
| Not really, but i know some bash and python. | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Tue Dec 01, 2009 7:57 pm | |
| - cookie! [NK] wrote:
- Not really, but i know some bash and python.
Python is not my cup of tea ... i have never do anything in python Anyone has experience with streaming video under Linux (in C/C++)? (Libraries like v4l2, livemedia ...) | |
|
| |
od@r Admin & Founder
Počet príspevkov : 1442 Join date : 2009-05-21 Age : 47 Bydlisko : Záhoracka 62,Šaštín Stráže,90841
| Subject: Re: Programming room? Tue Dec 01, 2009 10:08 pm | |
| it might be very interesting if you started a course of programming for all,martin: c,c++ and cookie: python, a good idea guys? | |
|
| |
cook!e [NK] Clan Member
Počet príspevkov : 211 Join date : 2009-06-22 Bydlisko : Croatia
| Subject: Re: Programming room? Wed Dec 02, 2009 1:01 am | |
| Hehe, i am not even near advanced for a teacher.
Martin, do you know something simpler than c/c++? | |
|
| |
Growl Visitor
Počet príspevkov : 35 Join date : 2009-06-30
| Subject: Re: Programming room? Wed Dec 02, 2009 7:18 am | |
| java For my Job I work a lot with Visual basic *lol* a bit with SQL. Soon I wanna try to use Java here, too Just for fun....I have my lazy days here at summer | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Wed Dec 02, 2009 10:58 am | |
| - od@r wrote:
- it might be very interesting if you started a course of programming for all,martin: c,c++ and cookie: python, a good idea guys?
I think that on the internet you can find a lots of good courses..... but why not..it's not problem to make same small introduction into programming languages like C/C++, Java, Php..... or something about html, css, sql I know C++ and Php better than Java -> I use java only for my school projects. I can prepair tutorial in java -> last month I made some networking (TCP - server-client) | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Wed Dec 02, 2009 11:14 am | |
| - cookie! [NK] wrote:
- Hehe, i am not even near advanced for a teacher.
Martin, do you know something simpler than c/c++? Sure here is "hello world" example: you need g++ packages have installed 1)open console and write:vim hello_world.cpp 2)press i and write this text: //this is standart library #include <iostream> using namespace std;//not so important for now int main() //main function -> usually all programs start here { cout << "Hello world " << endl; //this will print text Hello world on standart output return 0; //return code } 3) save file and exit. in bash write:g++ hello_world.cpp 4)execute program by writing : ./a.out That's all | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Wed Dec 02, 2009 11:22 am | |
| I know, it was really stupid example.... so if you want to see something more complicated write me what should your program do | |
|
| |
od@r Admin & Founder
Počet príspevkov : 1442 Join date : 2009-05-21 Age : 47 Bydlisko : Záhoracka 62,Šaštín Stráže,90841
| Subject: Re: Programming room? Wed Dec 02, 2009 2:47 pm | |
| a little modification by me /c++/ #include using namespace std; void main() { cout << "Hello [NK] World!" << endl; cout << "Welcome to C++ Programming tut.by [NK]s" << endl; } | |
|
| |
Martin Visitor
Počet príspevkov : 87 Join date : 2009-05-27 Age : 42 Bydlisko : Jicin, Praha - Czech Republic
| Subject: Re: Programming room? Wed Dec 02, 2009 2:57 pm | |
| great modification | |
|
| |
Sponsored content
| Subject: Re: Programming room? | |
| |
|
| |
| Programming room? | |
|