@# 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> so devc++ or visual studio is better for c++?
<0> man i can`t read one book for this litle problema
<0> nobody can help me ?
<1> They probably can, but won't. You didn't even bother to read the channel topic.
<0> man i really don`t know what to do
<1> http://planetearthworm.com/cppbooks.php
<1> Go read.
<0> i devc++ is one code in visual studio another
<0> in ich compilator is a diferent code
<0> i can`t understant
<0> in devc++ if i write a code in visual studio it will not work
<0> how many kinds of c++ exists ?
<1> There is the ISO standard, and every compiler adds their own libraries.
<0> so the problem is in libraries ?
<1> The problem is that you don't understand the language.
<0> error C3861: 'getline': identifier not found, even with argument-dependent lookup



<0> :(
<0> man what should i do
<0> i realy dont know what to do :((((
<0> in devc++ work and in vc++ no
<0> and its the same c++
<1> My guess is that you should include the right file.
<1> Start with #include <fstream> rather than "fstream"
<0> i changed but got the same error
<0> why ?
<1> You might also pay attention to what header the getline function is in.
<0> sorry bro i have just b***ic, about cout cin. these i`m begginer
<0> but whn you`re begginer nobody want to help u
<1> People will help if you bother to do your part.
<1> Paste your code to the paste site, to begin with.
<1> Don't just flood the forum.
<0> what site ?
<1> read the topic.
<0> ok
<0> i posted
<0> hope somebody wil help me
<0> **** ya all
<2> ****ya too! whoo
<1> http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=137116&SiteID=1 Scroll down to the place that says "answer"
<1> And you're welcome.
<0> rdragon: i said **** ya all because when ure newbie nobody wn help u, so **** ya all
<2> well, nobody helps people with that attitude ;)
<1> Oh, and you really, really, REALLY need to read this: http://www.catb.org/~esr/faqs/smart-questions.html#not_losing
<0> **** you
<2> exactly
<1> "If you can't manage to be grateful, at least have a little dignity, don't whine, and don't expect to be treated like a fragile doll just because you're a newcomer with a theatrically hypersensitive soul and delusions of entitlement."
<0> =))
<0> fooles guys on the net
<3> Contrary to peterhu's suggestion, I did it with a batch file, with an extremely ugly output on the console
<3> But atleast it works
<3> Anyway laterz. And thanks for the help peterhu, rdragon
<4> Damnit, noidea, now I'm laughing at thedailywtf.com
<4> Great site
<4> Someone had a great idea in one of the comments somewhere
<4> Take a software tool that generates a database schema from code
<4> Put it together with a tool that generates code from a database schema
<4> Never have to work again
<2> heh
<2> yawn
<5> anyone knows how to set write access to a code section using ollydbg?
<6> rtfm
<2> indedd
<2> indeed
<5> k
<6> indeed ( Tealc from stargate SG1 )
<4> Heh
<7> Hi all!
<7> need help regarding avr-gcc. My problem is like this: I define an array, unsigned char array[8]; I thought that all variables in that array are initialized automatically with 0's. When I read that array, I get strange numbers. If I do like this: unsigned char array[8] = {0,0,0,0,0,0,0,0};, it's working.. Any suggestions?
<8> if it works whats the problem?
<7> But should it be like that?
<8> ye
<7> hmm
<9> does anyone have a working cl*** for save a resource back into a file that'll work in devc++ ?
<7> Can I do like this?
<7> do



<7> *(ptr++) = *(data++); // Fill inn the data values
<7> while(++i<MAX_DATA_LENGTH);
<7> or would another approach be better?
<10> o.o
<11> hi!
<12> how to detect that both VK_SCHIFT and VK_PRIOR are pressed?
<12> in an OnKeyDown void?
<11> bah, pointers drive me crazy :/
<13> weeee. one exam down, 7 to go
<14> pssed?
<15> hey guys
<13> no idea. think so, didn't have too many problems
<13> even the "hard" questions were easy enough, only one I couldn't have a good stab at
<8> you know its exam time because the sun is shining....
<11> hmm weird, when i do vector<struct_name> vector_name; the compiler gives me weird babble about the struct trying to instantiate a template or whatnot
<8> how about the real error msg?
<11> moment..
<11> 15 C:\Dev-Cpp\main.cpp `main()::teststruct' uses local type `main()::teststruct'
<11> 15 C:\Dev-Cpp\main.cpp trying to instantiate `template<cl*** _Alloc> cl*** std::allocator'
<11> 15 C:\Dev-Cpp\main.cpp template argument 2 is invalid
<11> 15 C:\Dev-Cpp\main.cpp invalid type in declaration before ';' token
<11> for some reason i think i should've just pasted the code on the topic@link :/
<8> yep
<11> hmm, and i just tried that, either the site is down or my dns is fubar
<11> basically i make a struct with one int, one double, then attempt to make a vector<this struct's name> new vector's name
<11> here's the short version:
<11> struct teststruct {int tint; double tdoub;}
<11> vector<teststruct> vtest;
<11> and then the compiler goes on a face-stab campaign on me :/
<11> uhm, forgot the ; after tdoub;}, added it, dev-cpp still complains, vcpp2005e doesn't
<16> www.pastebi8n.com
<16> -8
<11> nm, my dns server is definitely fubar
<16> :/
<6> give them your ip
<11> actually, find out the ip if pastebin.com
<11> if/of
<16> 80.87.131.193
<11> yeah found that out already, they have some sql problem atm though it seems
<16> :/
<17> |Serpent: you can't use cl***es that are defined at function scope as template arguments.
<17> The language simply doesn't permit it.
<11> ahh..
<17> (yes, that is annoying sometimes)
<11> strangely, i understand it :D
<11> whee d-cpp doesn't complain now
<11> thanks _m_
<6> someone please help me
<6> i have a problem for my alghoritms examams
<6> anyone .. offers ... ?
<18> how can i read a string till it finds a delimitator ? like read till finds x
<11> hmm, find out string's size, go through each i until i=string's size, break if the current char equals x, or atleast that's how i'd do it
<11> tbh i'm now curious if that's the correct way to do it
<18> hmm...makes sense.
<19> DarkZero, try getline (input_file, string_name, delimiter_char)
<18> nice
<20> DarkZero : see #ow
<12> how to detect that both VK_SCHIFT and VK_PRIOR are pressed in an OnKeyDown void?
<21> how do I target a 16 bits platform with gcc ? (on a 32 bits machine)
<22> hello
<22> are "%=" and "^=" valid c++ operations?
<6> yes
<23> you help with Cpp.net?
<18> i posted my code,but i have to reboot =[
<24> do you guys know if it is possible to put a flash movie inside a dialog window (using visual studio .net)? if it is, where could one find some information on how to do this?
<13> yes, and you'll want to read up on COM
<13> rebooting
<25> iirc Macromedia provides a free library so that your applcations can use flash
<24> alright, i'll try to find that :P thanks
<26> when reading a line from a file,how can i get only the numbers from this line ?
<25> what is the format of the line?
<26> textfile.
<26> line has characters , and only two numbers
<8> i knew that was coming...


Name:

Comments:

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






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

#chatzone
#chatzone
php export database to file
#asm
chem.indstate.edu
#AllNiteCafe
tumbuktoo
#c++
sormok
amara ta kcina



Home  |  disclaimer  |  contact  |  submit quotes