Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

<OlaRune> cute ;)
<OlaRune> ^^
<ricebowl> or southerly or something
<OlaRune> nice
<OlaRune> it's propably the same meaning as sydlig in swedish
<ricebowl> likely
<OlaRune> but don't know german, i read french in school
<ricebowl> heh, I don't know German either ;)
<ricebowl> nor Swedish, really
<ricebowl> I can just read some basic stuff
<OlaRune> ok
<OlaRune> why can you read basic swedish, worth nothin ^^
<OlaRune> just for fun?
<ricebowl> well
<ricebowl> I picked it up off of a bunch of Swedes
<OlaRune> ok
<ricebowl> jag kan bara lite svenska
<OlaRune> ;)
<ricebowl> haha
<ricebowl> japp
<ricebowl> mm I don't remember very much of it anymore; I haven't used it in like 8 months, been only doing Spanish
<ricebowl> which has been pretty intense
<OlaRune> you're traveling or something?
<ricebowl> nope
<ricebowl> just what I do in my spare time
<ricebowl> would be nice to travel, though.
<OlaRune> ok
<OlaRune> yeah, traveling is nice
<ricebowl> blueberry forests, not sure if I got the grammar correct
<OlaRune> yeah it's like the same
<ricebowl> ah
<ricebowl> it was one of the first words I learned
<OlaRune> it's basically forests with lots of blueberries int thme :P
<OlaRune> in them*
<ricebowl> yeah
<OlaRune> don't know why they taught you that :P
<ricebowl> they didn't, it was some slang
<OlaRune> it's not a very common word in my opinion
<OlaRune> but well..
<ricebowl> haha
<OlaRune> hahahah
<ricebowl> like I said, it's been a while :p
<OlaRune> i've never used that
<OlaRune> but i've heard it
<ricebowl> right, nobody would
<OlaRune> ^^
<ricebowl> my Spanish is conversationable, at least
<ricebowl> yeah that sounds right, sorry
<OlaRune> np
<OlaRune> ^^
<OlaRune> i love americans talking swedish, they pronounce everything so funny
<ricebowl> it's really difficult to speak Swedish because I keep wanting to talk in Spanish, heh :p
<OlaRune> no offense
<ricebowl> haha
<ricebowl> I'd imagine
<ricebowl> nah, that's cool, I know I get most of it wrong ;)
<ricebowl> I can do rs properly though
<OlaRune> ^^
<ricebowl> actually I started doing that in other languages, it was weird
<OlaRune> hehe
<OlaRune> i'd imagine
<ricebowl> I'm getting shafted in German, too, almost regret learning Swedish although Swedish is much nicer-sounding than German... :p
<OlaRune> german sounds as if you're going to puke according to me
<ricebowl> haha
<OlaRune> or as if you have barbed wire in your throat
<Megalith> Dutch is a lot more like you're trying to cough up a hairball
<ricebowl> all the words are similar, so I keep trying to use the Swedish ones since I learned them first
<ricebowl> and I just want to graduate
<ricebowl> I never wanted to learn German in the first place :/
<OlaRune> ok
<ricebowl> I wanted to learn Russian :D
<OlaRune> i've been to the netherlands
<OlaRune> they sound funny
<ricebowl> wie geht es
<OlaRune> meaning?
<Megalith> how's it going?
<OlaRune> ok
<ricebowl> how's it said in Norwegian?
<OlaRune> i think it'
<ricebowl> or something
<OlaRune> s fascinating with languages
<ricebowl> yeah, quite
<ricebowl> Mongolian would be fun to learn
<binrapt> ricebowl: Do you know Esperanto?
<ricebowl> no
<binrapt> Or have you ever tried loglans?
<_hhh_> do u know chinese
<ricebowl> yes, I started to learn Lojban but never really put effort into it
<ricebowl> no
<binrapt> Shi
<binrapt> Wo de zhong wen hen hao!
<_hhh_> japanese ?
<ricebowl> Nihongo
<ricebowl> Konnichiwa
<ricebowl> no, no Japanese
<binrapt> _hhh_: Ni shi zhong guo ren ma?
<ricebowl> Nihao, even
<_hhh_> ying yang
<binrapt> Ni hao bowl rice xian shen
<ricebowl> long!!
<binrapt> Dragon?
<ricebowl> yes
<binrapt> O_O
<ricebowl> haha
<ricebowl> all your tian ming are belong to us
<binrapt> Lawl
<binrapt> First word you should know is kong bu
<binrapt> It means terror and many teens use it like cool
<ricebowl> not helpful without the tones ;)
<binrapt> Chinese rap!
<binrapt> Yo, wo de flow hen kong bu!
<binrapt> "Yo, my flow is terror!"
<ricebowl> lol
<binrapt> Yeah, terror is cool, indeed
<ricebowl> binrapt - du bist deutsch, nicht wahr?
<binrapt> No, I'm from Berlin
<ricebowl> isn't that the same thing?
<binrapt> Hah, you wish!
<binrapt> Berlin is its own country
<ricebowl> haha
<binrapt> I am unable to communicate with other Germans, they do not even speak German
<ricebowl> denn du bist berliner
<binrapt> Recte dicis, sum.
<binrapt> But you know Latin, right?
<ricebowl> nope
<ricebowl> dicis must be some form of "to say"
<binrapt> Indeed
<binrapt> Sheesh, I thought you were a language fan, how can you not know Latin!
<binrapt> Recte dicis, sum. = [Truthfully][you speak],[I am].
<ricebowl> *shrug*
<ricebowl> I am, but it's a hobby, not an occupation ;)
<lck> if i have a program with int main(int argc, char **argv) should i use int s=argv[1] or int *s=argv[1]; when i'm calling a func firk(t,s);
<lck> and should it be int firk(char *t, int *s) or int firk(char t, int s);
<ricebowl> why would you use int?
<ricebowl> argv is a char **, a pointer to a string
<_m_> uhhm
<_m_> argv[1] is char *.
<ricebowl> you probably want atoi()
<_m_> yikes
<ricebowl> int s = atoi(argv[1]);


Return to c++
or
Go to some related logs:

GAIM commands irc
chatzone

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact