| |
| |
| |
|
Comments:
<0> hiiiiiiiiiiiiiiiiiiii <0> ki pe m'aider <1> who wants to save me the trouble of googling and recommend a decent freeware ZIP library I can use for something at work? heh <2> hi. <3> To Debian or to Ubuntu... that is the question. <4> whoa. <5> i have some probs w/ irc <1> well, you certainly came to the right place <1> ... for help with C++
<5> well i mean ever other chan on this server is like fdjkldsaklja jklsadjkldsa <5> anyways i cant connect to irc.enterthegame.com whenver im here at school <5> it says * Unable to connect to server (Software caused connection abort) <4> maybe he has problems with IRC++? <5> :o <6> hey guys juch a quick question I just started to use C, I tried to search in google but cant find my answer, Just wanted to know what the difference is between exit(0) and exit(1) I know exit(0) means terminated successfuly while exit(1) means terminate with error <6> but what does that means <7> depends on the operating system <7> some operating systems have the concept of a program return code, so the value you return from main (or p*** to exit) is that value.. <6> say its Linux. If I use exit(0) the program will end completely. if I use exit(1) that would end the program and return some sort of error msg? <7> not necessarily print any kind of error message <7> the value you p*** to exit (or return from main) can be seen in, for example bash(1) if you run "echo $?" after your program <7> you can do things like ./one_program && ./another_program in a bash scrip, and the second program will only execute if the first program completed successfully (ie: exit status 0) <6> i understand <6> thanks <8> Hey is there a website where you can hire some one to make a small program for you? <8> I'm trying to get a software that will only allow websites I allow and disable everything else.... like the START feature, installing/removing programs,etc.... I simply want the calculator to work and a few websites.... <9> rentacoder.com <8> octogone...do you know of any one there who can do it for me? <8> i'm willing to pay for it <9> no **** <9> you could use a DHTML webpage to implement the calculator and use the "kiosk" mode on a browser to lock out all other features <9> features = ability to use other programs <9> i'm not sure how you'd pull off limiting users to certain websites <8> octogone... can't you allow only a certain website to be visited <8> ?? <9> maybe kiosk modes have that feature. it would make sense. anyways - that's what you want to google <8> Want to make it for me? <8> I'll pay you <9> it's not a thing you "make", it's a thing you "set up" <9> and no <9> bye <8> set up? <10> umm... hello? <10> hello? where is everyone? <11> hey how do i make my console program pause before returning 0? <12> system("pause"); <11> oks il try that.so if i press enter it will resume? <11> ok thankyou <11> how do u put bad data into cin without going to prompting user a value?? <13> Anyone know of a good tutorial for text parsing / syntax highlighting? <13> preferable a really simple one. <13> typo <14> are you trying to use or implement it?
<13> implement. <13> Making a Script Editor DLL for mIRC, and I want it to have syntax highlighting. <14> ah. I don't know if I know of any good tutorials, but I know that you can take a look at the syntax highlighting module for emacs <14> that will definitely be a good starting point <14> then again it might be overkill for your purposes ;) <14> also check this out: http://www.gnu.org/software/src-highlite/ <15> yo beb <16> coucou <17> ho <15> moin <15> what's up? <18> how do i convert a human-readable string to a float? one website i found told me to use strtof() but i can't seem to find it <7> std::istringstream will do fine.. or boost::lexical_cast to save you the h***le <18> thanks muchly <19> hi Iam having problems of how to solve this problem: I have a file containing many of these vectors a(1,1) a(1,2) ... a(n,m) no iam interested in the numbers between (,) how can i grab them without c++ supporting regex? thanks in advance <16> stringstreams ? <16> sscanf ? <19> well i used sscanf but the ting is a(1,1) is one word, not splited. <19> show me an example of how to do this in stringstream <16> also strtok <16> but you really need c++ ? <16> would be probably a one-liner in awk <19> i know one line in python and perl aswell but i have to do this in c++. i could write a callback function in python but i dont think this is allowed. <16> and then you can also use boost::regexp if that makes you feel better <19> actually i dont know if boost is installed in our pcs. <19> is it in STL? <16> no <16> http://www.boost.org/libs/regex/doc/ <19> i cant use it. <17> scanf should work for that <17> well i tihnk i would be fan of defining std::istream::operator(const char*) <17> int x,y; cin>>"a(">>x>>",">>y>>")" <20> Hello. <21> Someone knows the Valued Graph .? <16> wighted ? <22> hi <23> i made pascal's triangle program using this logic <23> for(;a1<7;a1++,y+=2) { <23> gotoxy(35-y,y+2); <23> printf("%2d %2d %2d %2d %2d %2d %2d %2d",1,a1+1,a2+=a1,a3+=a2,a4+=a3,a5+=a4,a6+=a5,a7+=a6); <23> } <23> can anyone suggest me a better logic ? <23> i am not allowed to use arrays and recussive functions etc. <24> Accessing a global static variable from within a cl*** member function doesn't appear to be able to modify the static global variable? Any reason for this? <25> Hey all. Can someone give me an example of how to handle inheritence over multipe headers? I want to initialize a base cl***, and all of the definitions are split up in there own cpp and .h. <25> Every example i've come across does it in one file. I'm just not sure how it works when the files are seperated. <26> people can't the 'this' operator be used in a cl***e's ctor? <26> if i use the this operator in a function that is called from the ctor, it works <26> but when i use the 'this' directly in the ctor i get an unresolved link time error <26> I swear man, some other stupid channels are so worthelss for helping people with C++....Grrrrrrrrrrrrrrr <27> Hmm, what do you say to someone who claims to be truthful and cute, but is in fact butt-ugly? Is she a liar as well, or just blind? <26> you do her in the butt and you tell her that she is ugly
Return to
#c++ or Go to some related
logs:
#kl #allnitecafe kay janii nickmuch #allnitecafe #india de daaru, o mere bhaiya de daaru
#india www.indiatv.com #india
|
|