Programming room? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Programming room?

4 posters

Go down

Programming room? Empty Programming room?

Post by Martin 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 ...
Question

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by od@r Tue Dec 01, 2009 5:48 pm

nice ide M Smile ... but not for section spam Smile
mooved to -scrips-
od@r
od@r
Admin & Founder
Admin & Founder

Počet príspevkov : 1442
Join date : 2009-05-21
Age : 47
Bydlisko : Záhoracka 62,Šaštín Stráže,90841

http://playerkiller.toxicfarm.com/

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin Tue Dec 01, 2009 7:37 pm

Smile Ok.... I think that question like this one is a spam.... but ...as you wish.. you are admin here Programming room? Icon_biggrin

So anyone likes programming?

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by cook!e [NK] Tue Dec 01, 2009 7:50 pm

Not really, but i know some bash and python.
cook!e [NK]
cook!e [NK]
Clan Member
Clan Member

Počet príspevkov : 211
Join date : 2009-06-22
Bydlisko : Croatia

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin 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 Smile ... i have never do anything in python Sad

Anyone has experience with streaming video under Linux (in C/C++)? (Libraries like v4l2, livemedia ...) Programming room? Icon_question

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by od@r 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?
od@r
od@r
Admin & Founder
Admin & Founder

Počet príspevkov : 1442
Join date : 2009-05-21
Age : 47
Bydlisko : Záhoracka 62,Šaštín Stráže,90841

http://playerkiller.toxicfarm.com/

Back to top Go down

Programming room? Empty Re: Programming room?

Post by cook!e [NK] 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++?
cook!e [NK]
cook!e [NK]
Clan Member
Clan Member

Počet príspevkov : 211
Join date : 2009-06-22
Bydlisko : Croatia

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Growl Wed Dec 02, 2009 7:18 am

java Smile


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

Growl
Visitor
Visitor

Počet príspevkov : 35
Join date : 2009-06-30

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin 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
Programming room? Icon_study
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)
Programming room? Icon_bounce

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin 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 Smile 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 Smile

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin 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 Programming room? Icon_bounce

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by od@r Wed Dec 02, 2009 2:47 pm

a little modification by me Smile /c++/

#include
using namespace std;
void main()
{
cout << "Hello [NK] World!" << endl;
cout << "Welcome to C++ Programming tut.by [NK]s" << endl;
}
od@r
od@r
Admin & Founder
Admin & Founder

Počet príspevkov : 1442
Join date : 2009-05-21
Age : 47
Bydlisko : Záhoracka 62,Šaštín Stráže,90841

http://playerkiller.toxicfarm.com/

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Martin Wed Dec 02, 2009 2:57 pm

great modification Programming room? Lol

Martin
Visitor
Visitor

Počet príspevkov : 87
Join date : 2009-05-27
Age : 42
Bydlisko : Jicin, Praha - Czech Republic

http://mizici.com

Back to top Go down

Programming room? Empty Re: Programming room?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum