@# 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 10 11 12 13 14 15 16 17



Comments:

<0> your compiler can open headers like that googleman ?
<1> now i have new problem
<1> :)
<1> why my head
<0> i have the same problem googleman
<1> me no
<0> tell me googleman what's your IDE?
<1> i don't have pb with u
<1> IDE (integrated drive electronics)
<1> norme IDE, norme d'interface pour les lecteurs de disque (informatique)
<1> i have sata 80GB
<2> I'm pretty sure neither of you is understanding the other
<1> badman2005
<1> what u mean by what's your IDE?
<0> DevC++ for example
<1> hmm



<1> i have visual studio 2003
<1> including c++
<2> if he's having problems resolved by #include "stdafx.h" it's got to be one of the vc++
<1> u speak frech
<1> see that
<1> c:\Documents and Settings\Administrateur.GOOGLEMAN\Mes documents\Visual Studio Projects\Hod\HOD.cpp(314): error C2664: 'send': impossible de convertir le paramtre 2 de 'unsigned char [138]' en 'const char *'
<3> const unsigned char *
<1> what is
<3> Unless you're p***ing it to a function that takes a char const *
<3> Anyway just paste line 314
<3> Or the whole code on some paste site
<2> howdies
<4> Is there a way to overload a operator for an abstract cl***? g++ is not happy because of the abstract functions... which are only instantiated for the derived cl***es
<5> im not enjoying life
<4> AC/DC fan?
<6> Enferex you can overload operators on an 'abstract' cl***
<6> be specific about what 'is not happy' means
<6> and, what abstract functions?
<4> g++: Error invalid return type .... because the following virtual functions are abstract: (list of my abstract functions)
<5> i just sit around every day
<2> rdragon where are you?
<5> like theres nothing to do
<6> vawjr - still in FL
<5> nothing that interests me
<6> Enferex - what functions are those? lets see some code here
<2> what is an abstract function?
<4> 1 sec.
<4> ah nm I got er
<3> [23:23.24] <@vawjr> what is an abstract function?
<3> Huh?
<2> I don't recognize the phrase
<7> :)
<8> hello
<8> i need to learn how to make an interface in c++ really fast :)
<8> can anyone pls provide some good starting points ?
<6> what do you mean by 'interface' ?
<8> basically i need an file browser field and 2 buttons
<6> so a 'gui'... there's a few libraries out there
<8> some pointers pls ?
<8> don't know where to start reading
<6> try: http://www.thefreecountry.com/
<2> why do you need a GUI?
<8> old style interface is cool enough
<8> lie ... norton navigator kind of stuff
<8> *like
<8> only i'd like to stay away from visual *
<8> and C# ... that's just creating more problems for me right now
<2> you're babbling
<2> how about a concise statement of what you need, and why
<8> i need to implement the shannon-fano algorithm
<2> school
<8> and i want some kind of interface that will provide a user with the means to select a file
<8> and 2 buttons
<8> pack
<8> and unpack
<8> yes it is a homework
<6> gee life is a lot easier if 'pack' or 'unpack' is just a command line parameter
<8> they want it that way ...
<6> and how did they instruct that you create this interface?
<8> i can do it in any language i please



<8> i tryed with php
<6> what the heck kind of cl*** is it?
<8> only that doesn't have byte type
<8> i just poped by and ... found out we have homework
<8> anyway ... they didn't teach us anything agout gui ... they just ask for stuff
<8> so ... anyway ...
<8> any tutorials out there ?
<2> for what?
<8> for making a simple window with a file browser and 2 buttons i guess :)
<8> is it possible to have a file browser without visual C ?
<3> Yes
<3> You want to make something like Explorer?
<8> yes
<8> where can i read about it ?
<3> You just need treeviews, listviews and file functions
<8> can this be accomplished by using c\c++ ?
<3> Sure
<8> do u happen to have some url on this theme by any chance ?
<3> www.google.com, msdn.microsoft.com
<8> no msdn :) ... i don't understand visual c ... c#
<8> i was hoping to use onli c\c++
<8> *only
<6> eh? the msdn site is documentation
<6> you can't pop up 'file browsers' or 'buttons' using purely C++
<8> i know but it's documentation for visual c
<6> no, use it for it's documentation of the windows api
<2> "visual c" is a compler/ide
<2> not a language
<8> can u have anything that resembles an ***ociative array in C# ?
<2> most likely
<2> they pretty much took everyting that C++ had
<6> I think they call it a Dictionary? (might be wrong)
<2> Python calls it a dictionary
<8> i think C++ did not have ***ociative arrays
<2> std::map
<8> vawjr : so ... any ideea how you declare an ***ociative array in C# then ?
<6> try #C#
<2> the_ropes no, and you said previously you didn't want to use C#
<8> i got my gui working in C# but the programing part seems too awkward for me
<8> i don't think i have any choice ... i'll give it a try in C#
<2> the_ropes what compiler are you using?
<8> using microsoft visual c# express edition
<8> there's a "2005" in there somewhere
<2> and you can't mix code from vc2005 express?
<2> where's peterhu when you need him?
<9> I believe C++/CLI is not a part of VC# express
<9> Like all .net, you should theoretically be able to mix and match the languages within your code, but that's a bit complicated to say the least
<9> Even if you had all the right compilers and tools
<8> so ... theoretically i couuld have my gui in C# and when the button is pressed execute C++ code ?
<2> that's what the .net folks claim
<8> thanks for the chat guys ... i'll go and have a try at my homework now :)
<9> Under the circumstances, without knowing of a really good reason not to, I would recommend you just start over with visual C++ express
<9> Alright, take care
<9> (Or stick to C#)
<8> i just found a way ... to ... kind of do what i need
<8> this thing : Array.Sort( myKeys, myValues, 1, 3 );
<8> i think it uses 1 array as keys and another as values
<9> Whew, keyboard = clean
<3> You shouldn't browse porn that close to the keyboard
<4> anyone use the STL sort for list containers?
<10> why?
<6> Enferex - std::list has a member function sort()
<4> well apparantly the sort() member function is not calling my cl***' overloaded operator '<'
<4> and my list is not being sorted
<6> maybe you overloaded it wrong
<6> or maybe you're not storing objects in the list
<4> nope the list is containing pointers
<6> well, then there's your answer
<3> Time to p*** a predicate to sort
<6> it compares the elements in the container
<6> the elements are pointers, so it compares the pointers with <
<6> but yeah, provide a predicate sort function
<6> or store objects


Name:

Comments:

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






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

inhob
susut-mauritius
#linux
nohup background already running
Infra Burner
ajax setAttribute nowrap
#asm
aleksandar sepi
cache:8vAVJ_c9-RYJ:www.quotesdb.info/undernet/london/28Jan2006/27.html ***ssn***
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes