@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> but again, stop complicating your code more and just use std::string already
<0> std::string infix, postfix; ... infix += postfix; // isn't that nice?
<0> or postfix += infix; whatever
<1> or postfix += infix[i];
<0> ah yeah, that's what he wants
<2> shouldnt there be an easy way of appending a character to a string denoted by char * without declaring a string std???
<0> my previous thing was wrong as well, should be int j = strlen(postfix); postfix[j] = infix[i]; postfix[j+1] = 0;
<3> hi all
<3> im reading and trying to learn c++ (learn c++ in 21 days) and need to find a fair free compiler
<3> any ideas what to get?
<1> Get a better book first.
<1> Then specify what platform you're using.
<3> yeah i probably should
<4> XastralX: try dec-c++
<4> v*
<3> windows xp pro sp2



<3> thank you
<5> why isn't c++ in 21 days good?
<3> i tried to install Microsoft Visual C++ 2005 put it gets errors on the setup
<1> Dev-C++, VC++ Express would be viable choices.
<3> just want something to get started
<4> _m_: is vc++ and ide?
<6> cout<<"hello";
<4> cin >> Helena2DeaTh
<3> hi helena
<6> hahaha..
<6> hi
<4> Helena2DeaTh: hello
<4> Helena2DeaTh: are you ilonggo?
<6> yes
<7> hello how can i do a source code for finding the average of 5 inputed numbers ?
<4> ^^3di0: try Accellerated C++ book
<7> no other help ??
<4> sayon
<5> int a,b,c,d,e;
<5> cin >>a >>b >>c >>d >>e;
<5> cout << "Average is: " << (a+b+c+d+e)/5;
<7> 10x
<8> ^^3di0, std::accumulate might be useful for you
<7> what ?
<7> yyparse
<7> can you please do me a simple example i can work on
<0> what's the problem?
<7> i need to input 5 numbers and then work the sum of all the numbers and then multiply them by 118/100
<0> um.. yeah, and whats the specific problem?
<7> i don't know how to do it
<7> it's not homwowrk
<0> what do you have till now?
<7> i need it so then i will modify it later to work wit 50 nukmbers as to work out the taxes of the reciptes i give to clients
<7> nothing
<9> heard of Excel?
<7> of coars but it's not that profesional
<9> professionals use Excel
<4> yeah like Bill Gates
<10> excel is professional.
<11> damn wireless
<12> where from can i download C++ IDE compiler editor
<12> you know, the blue screen
<12> where we type
<12> and press alt+f9 to run
<10> um
<12> please very urgent
<12> if any one can help like NineVolt_
<10> 'the blue screen' is not a c++ ide, it's a windows error message.
<12> :S
<10> which ide do you want?
<12> oh
<12> the most common
<12> that every one uses
<10> and why do you need an ide, what's wrong with just a compiler...
<12> in which the background color is blue
<10> everyone uses microsoft visual c++
<13> vi is the only editor you need! ;)
<10> but visual studio is rather expensive.
<13> NineVolt_, define everyone? i am someone and i can't stand that ide
<10> the compiler itself is free.
<12> i need one which i can download in free from the internet



<12> look
<10> MmmCake : what ide?
<10> i said visual c++.
<10> which has no ide.
<13> NineVolt_, i cant' stand Visual C++
<12> like this C\:TC\Bin\ <-
<13> the iDE i mean
<10> but... it's not an ide.
<10> you might be thinking of visual studio.
<13> what is it then? a piece of cake?
<13> oh whtever the nomeclature is
<10> visual c++ is a command line c++ compiler
<13> stupid name for a compiler
<10> visual studio is the ide
<13> how can a compiler be 'visual'?
<12> you press alt+f5 to back and see answer
<12> this type of compiler i am talking about
<12> and alt+f9 is run
<10> H-1 : i have no idea.
<13> hey there's this freeware ide for windows that's pretty good.. i forogt the name but i tried it once and it wasn't bad
<12> i just cant believe this
<10> i don't like ide's
<12> the softwate that ised in your school
<10> i just use notepad and a compiler, it's much easier.
<10> we use visual c++
<13> hmm notepad ****s.. no syntax highlighting, paren matching, auto indent, etc.. some of those things are useful..
<12> the first ide that your teacher taught you on
<10> i -=HATE=- auto-indent.
<13> fair enough..
<10> i think we had borland turbo c++ at my old school
<13> but syntax highlighting.. for an old man like me it saves your eyes
<10> and codewarrior before that
<12> yes
<12> where can i download
<12> borland turbo c++ ide
<12> ?
<10> borland? borland is obsolete.
<10> you don't want it.
<10> they don't even support c++ anymore.
<14> i have 4.5
<10> as of 1997
<10> unless there's new versions that i don't know about :P
<10> #include <iostream> is an error.
<14> 5.5
<13> h-1, you shuold try bloodshed C++.. it's a decent IDE for windows : http://www.bloodshed.net/devcpp.html
<14> i ****s
<10> the one at my school you still use pre-97 c++
<14> it ****s
<10> personally i don't see why you'd use any compilers other than gcc and vc++
<10> unless you're doing some special purpose crap for weird target architectures.
<10> like me, i have the new version of c18 :P
<13> NineVolt_, there's intel's compiler which is good at producing fast code
<13> for example
<12> i want to use c\tc\bin\tc.exe one....in which IDE background is blue...i think borland turbo...mostly used in college and schools..where download from?
<15> NineVolt_ that's not exactly correct, they recently released (maybe it's still beta) a brand new C++ compiler
<10> borland?
<10> yea, that's definitely borland then. tc.exe
<12> yes yes
<10> i dunno if it's a free download.
<12> where from can i download from?
<10> http://www.krstarica.com/eng/software/index.php?kategorija=Programming&sifra=Borland+C%2B%2B+Compiler
<10> says google.
<10> that's v5.5
<10> dated 2001
<13> why do you care about using borland, h1?
<10> it's probably for school.
<10> you realize you can use -any- c++ compiler, right?
<12> lol
<12> i am used to it
<12> i used it my college
<12> and in home
<10> ah. ****s :P
<10> you should get used to notepad instead.
<12> now i am in university and want to go along it


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






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

#linuxhelp
www.bani ame
ubuntu no screens found fatal server error
#c++
#linux
#c++
joe pesci uhq
nicheclips.com
already mounted or busy /dev/sd
#linux



Home  |  disclaimer  |  contact  |  submit quotes