| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> ok ... i`ll try <1> why don't you use C++ instead? <0> huh <0> it worked with fprintf <0> :D <0> 10x bealtine <1> I asked why you don't use C++ instead of C <0> because that what i have , Borland C <2> Borland C? <2> from what year? <2> I don't even remember a time when Borland made a strictly C compiler. <3> probably a while ago <3> if ever :/ <2> how's UIUC? <3> graduated last Sunday <3> :)
<2> oh <2> I'm sorry. <2> where are you off to now? <3> hah, I'm still in town for a while <3> Seattle...Amazon.com <2> there's supposed to be good climbing up there <2> but you'll need a 70m rope. <3> hah, and upper body strength <3> decent skiing too <2> no <2> not at all. <2> no upper body strength necessary. <3> it seemed nice enough when I interned <2> the skiing is fine <2> the upper body strength is no. <3> curious...I figured you needed it to hold on <4> is it possible to initialise a multi dimensional array on declaration in C++? <4> nvm <5> hi I'm trying to compile simple C++ program under VC++ 2005 but it reports some errors <5> #include <iostream> <5> int main() <5> { <5> std::cout << "Hello, world!" << std::endl; <5> return 0; <5> } <5> im trying to compile this in VC++ 2005 and it reports many errors <0> <iostream.h> <6> how do you copy a graphic window to the system clipboard? <5> doesn't work :( <6> or maybe it only works for the dos prompt <7> oh dear <6> ah.. <7> stop, stop, stop. <8> http://www.brainyquote.com/quotes/quotes/e/edsgerdijk201164.html <6> alt + printscreen :-) <8> i'm beyond saving <7> Do *not* include iostream.h. #include <iostream> is correct <7> What errors is VC 2005 giving you? <9> hey all, looking to program c++ console application and need the nessary libraries. <9> anyone can suggest any <8> gcc <8> is all u need <5> dextre does GCC work on windows ? <8> go here <8> http://www.mingw.org/download.shtml <8> don't get overwhelmed, that webpage is designed to scare away beginners <8> this will walk u thru <8> http://csjava.occ.cccd.edu/~gilberts/mingw/ <8> some parts are a little outdated <8> but u can figure it out. took me but 5 minutes <5> and what should I download from http://www.mingw.org/download.shtml ? <8> all u need is the file grouped under "current->bin" and make sure it's not for java or something strange <8> they come in "bin/src" pairs right? <8> wait.. i had it easy.. there's a windows setup file somewhere hidden in that mess <8> but it was outdated <8> i got MinGW-3.1.0-1.exe <5> ill try BORLAND C++ <8> thanks for the time, come again <5> dextre you have to register that **** to download borland <8> i don't use borland, sorry, i would use Dev-C++
<8> or MinGW 5.0.2 <5> what about VC++ ? <8> oh, i recommend vc6 <5> something is wrong my code don't want to compile on DEV - C++ <5> #include <iostream> <5> int main() <5> { <5> std::cout << "Hello, world!" << std::endl; <5> return 0; <5> } <8> don't listen to the other guys here, vc6 is the **** <5> that is the code <8> what's it saying <8> next time use noidea128.org <5> many many many errors <5> over 40 <8> paste me the 1st one <5> wait <5> 47 E:\Dev-Cpp\include\c++\3.4.2\string:48, from E:\Dev-Cpp\include\c++\3.4.2\bits\locale_cl***es.h In file included from E:/Dev-Cpp/include/c++/3.4.2/string:48, from E:/Dev-Cpp/include/c++/3.4.2/bits/locale_cl***es.h <8> i think your include paths might be wrong <5> well in including #include <iostream> <5> do you know what the problem might is ? <8> i mean, ur compiler include paths, not the one specified in yr code <8> sorry now, i must go <10> does anyone how can i get the parent of an item in a treeview control if i only know the item handle? <11> Deathmaster : GetTreeItem or something like that <11> in one parameter you p*** the handle you have, and in another - the relation, parent in your case <10> i can't find any treeview message even remotely related to "GetTreeItem" <10> i'm not using any c++ cl*** <10> i create the window with CreateWindowEx directly <11> not a message, it's a helper function <11> sec <10> hmmm searching all the branches until it finds my item is not something i'm willing to do <11> TVM_GETNEXTITEM message <11> or http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/treeview/macros/treeview_getparent.asp <10> oh yes, TVM_GETNEXTITEM can also return the parent handle <10> thank you <11> strange, I remember it differently <12> Woot, I'm in Ireland <11> woot woot <11> where are you normally ? <12> Dunno, yesterday they said it'd be Poland and the day before Portugal <12> Then today at 1pm higher higher higher - really high, basically - management called me and said like "eh, do you mind going to Ireland?" <12> And I said "oh why not" <11> who cares as long as you get the free food on the plane <12> And they said "ok, how about this evening?" <12> So then 4 hours later I was in the plane <12> And I don't even have a %$)%#(@ uk-ish power plug <11> hmm <11> I have 6 different power plug adapters here on the shelf right next to me. does it help :) ? <12> Well, I have plenty at home too <11> uk-ish is two round pins ? <12> It's like _ | _ <11> hmm <12> 2 round pins is what I have (fr/be/whatever) <11> I thought all of europe have them <12> Nah <12> Italy has different too, though now they're starting to have the same <11> http://en.wikipedia.org/wiki/Power_plug <11> so you have type D ? <11> doesn't make sense <12> I have the one on the first picture <12> (type C) <12> And here I need type D, cause UK is so 19th century <11> ah, ok <12> Actually no <12> I need type <11> "This plug is also widely used in Israel for air conditioners." <12> Type G <12> Which stands for Ghaey <12> Italy has plenty of type J <11> that's strange. iirc, we had this plug in russia - but only for 360 volt sockets <11> this is G
Return to
#c++ or Go to some related
logs:
#php FBtorrents #linux #AllNiteCafe #php ceaules bulan There doesn´t seem to be GNU Make file in PATH or in Dev-C++´s Bin path #linuxhelp #linux #linux
|
|