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


Nexuiz & Xonotic Minsta International Friendly Clan *powered for [NK] by od@r,logo by AnalHorror [NK]* - [NK] is brother clan with Player Killer *tag: [PK]*
 
HomePortál*Latest imagesSearchRegisterLog in
Welcome to our [NK] clan forum! -> our motto: IT IS NOT IMPORTANT TO WIN BUT TO PARTICIPATE! ... Be fair as a human and player , Help other players , Help nexuiz & xonotic and minsta community , Respect other players , Be active in the game and forum , Be with us as a friend and as a great family , Rejoice with us! type=text/css>body

 

 Programming room?

Go down 
4 posters
AuthorMessage
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Programming room?   Programming room? EmptyTue 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
Back to top Go down
http://mizici.com
od@r
Admin & Founder
Admin & Founder
od@r


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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyTue Dec 01, 2009 5:48 pm

nice ide M Smile ... but not for section spam Smile
mooved to -scrips-
Back to top Go down
http://playerkiller.toxicfarm.com/
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyTue 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?
Back to top Go down
http://mizici.com
cook!e [NK]
Clan Member
Clan Member
cook!e [NK]


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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyTue Dec 01, 2009 7:50 pm

Not really, but i know some bash and python.
Back to top Go down
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyTue 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
Back to top Go down
http://mizici.com
od@r
Admin & Founder
Admin & Founder
od@r


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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyTue 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?
Back to top Go down
http://playerkiller.toxicfarm.com/
cook!e [NK]
Clan Member
Clan Member
cook!e [NK]


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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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++?
Back to top Go down
Growl
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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
Back to top Go down
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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
Back to top Go down
http://mizici.com
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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
Back to top Go down
http://mizici.com
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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
Back to top Go down
http://mizici.com
od@r
Admin & Founder
Admin & Founder
od@r


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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed 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;
}
Back to top Go down
http://playerkiller.toxicfarm.com/
Martin
Visitor
Visitor



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

Programming room? Empty
PostSubject: Re: Programming room?   Programming room? EmptyWed Dec 02, 2009 2:57 pm

great modification Programming room? Lol
Back to top Go down
http://mizici.com
Sponsored content





Programming room? Empty
PostSubject: Re: Programming room?   Programming room? Empty

Back to top Go down
 
Programming room?
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Accessories Stuff :: Scripts & Programing-
Jump to: