337 Posted Topics
Re: personally I hate what microsoft did, go out of standard and introduce their own standard C++/CLI. It's oky if they used C++0x for support new features that CLI supports.( as I read garbage collection and so on) don't bug my personal idea cos it's [COLOR="Red"]personal[/COLOR]. Good for you bad for … | |
Re: [QUOTE=thoughtcoder;874359]Who gets viruses? You have to try hard to get viruses on Windows. Stop pirating software, then you won't get viruses.[/QUOTE] I don't agree with you. Even if you stop pirating software , there is still the possibility for get inflected. True if we use genuine software then we will … | |
Re: [code] in 1908 a lady named sally rusa was in the woods looking for a dog until a ghost came and killed her so if ur reading this u will find a bloody body in your closet hanging there haunting you and will kill you and ur family and if … | |
Re: There is no statement that you can't earn money by selling linux in GNU GPL. you can sell linux and earn money. Think about the red hat company. Their linux version is Red Hat Enterprise Linux. But there is a free community linux named fedora. Fedora is susponded by the … | |
Re: I got caffeine free ! however I never dirk tea or coffee , but takes soda. but not everyday. Then I don't know about to speak about coffee. But coffee is bad for the body shape too. To be a programmer as I think you need to keep in low … | |
Re: may be you can dig the job interview questions , the are easily can find on the internet. I have faced a java job interview , they mainly asked about the object oriented concepts and software engineering concepts like change control management systems like CVS. I wonder why they didn't … | |
Re: [QUOTE]Life on Earth is one long series of accidents that could never in the life of the universe be duplicated.[/QUOTE] I agree with this too. But you can't say probability is equals to zero. so what is the distance to the next harmonic that we can find life. | |
Re: I have seen a job ad for an MFC programmer , I don't know why they still using the old technologies ? However it's sure that things can be done very easily using C# like things. But there are still places where can't. and in the opensource software markert C/C++ … | |
Re: [QUOTE]but i have no idea what namespacing std [/QUOTE] when the projects grows bigger and bigger , you will face the difficulty of finding a new name for new identifiers without altering their meaning or you will end up with long names like 'paser_sub_componment_xml_get_input'. so that's where you can use … | |
Re: [QUOTE]Movie violence is boring and pisses me off, so does most acting. Probably why I also hate television so much.[/QUOTE] I think the movie violence is make me stronger. sometimes you need to be hard to some extent. If you argue me wrong , then why is the military traning … | |
Re: you should have to find out some libraries that support the PHP file handling. there are libraries like pdflib , But I think it was written in C language. so you need to define them using extern "C" . [code] extern "C"{ // API definitions } [/code] I have also … | |
Re: just get the stack trace and get see what's the function calls it until you find your code.Then check the parameter values. | |
Re: [QUOTE=bipinbaglung;836197]can i get more information about installing smaller distro or what can i do with only command line. could i be able to boot any new computer.[/QUOTE] you need a small and GUI , well use the DSL ( damm small linux) . Even you don't need a good graphic … | |
Re: [QUOTE]I want to install linux in this partition -- but I don't know what options are optimal for a linux installation in that partition... Like, should this be a primary or extended partition? what partition type should it be? (ex3? ex2? FAT? etc.)[/QUOTE] linux cannot be installed on a extended … | |
Re: fedora is not good for a server application. However for a leaner it's oky. Ubunthu is just only a one CD image. There different flavors in ubunthu, like edu ubunthu , k ubunthu and like so on. what is actually you're purpose ?, just run LAMP and learn programming ? … | |
Re: learning algorithms algorithm that generates random numbers. | |
This is a not about intel or AMD. But this is about microchip markert advertisement. They had did this mistake on advertising. This is a famous microprocessor company middle zone of the silicon valley USA. Guess who is ? Please don't post the company name here. Just guess it ,and … | |
hi , there are smart ppl than you no matter how hard that you studied and sacrificed to whatever you'r field. Oky experts and geeks please view you're ideas , and we are all humans and we are all have that jelocy at least a little minior version of it. … | |
Re: [QUOTE=scru;857335]If I google my real name pictures of nude women come up at the top (I think it's pinup or something).[/QUOTE] you just enable the safe search feature in google. Internet is the swiss army knife of the smart tech boy. But the hell is also there. So it's up … | |
Re: you have to use :: operator to say that I'm going to implement a function inside this class. Like this. [code] void studentType::getData(studentType sList[], int listSize){ ifstream inFile("students.txt"); int count = 0; while ( count < listSize){ inFile >> sList[count].studentLName >> sList[count].studentFName >> sList[count].testScore; count++; } inFile.close(); } [/code] and … | |
Re: for the communication problems I am learning via IELTS course youtube. I don't know wheter it is legal or illeagal, but I'm not the one who uploaded it. Anyhow better thing is pay money and get that IELTS pack. However they don't ship to my country . so sorry :(. … | |
Re: [QUOTE]i would also say c++ language but i know that Narue may prove me wrong, so i dont dare to say it[/QUOTE] not only the Narue will hate you , all the C++ community will hate you. Please don't talk like this. Even think that I feeling hard time learning … | |
Re: My hometown is colombo , zip code is 094.There is no entry in that list. population is just ~647,100.Medium level tech city, It's very easy to find computer waste here. So good place to learn electronics. ;) and I think we are just safe cos we didn't harm anybody.And didn't … | |
hi guys finally I got my birthday present , really new and ouch man ! she comes with the windows xp sp2 , so I have no fear about using priate copies anymore. Good for me and good for the microsoft even . she looks more handy in windows xp. … | |
Re: there is a psudo one to one function for the prime numbers but it will fail on above that limit. I got hard time when reading those things mathematical mumbo jumbo. However I'm reading it again grimjack.May be later I can underestood that function. Prime numbers are really Industrial the … | |
Re: [QUOTE=serkan sendur;855308]how do you think java is better platform independent than c#, if that is the case how do you think this feature is enabled for java?[/QUOTE] lol , I think C/C++ is more platform independent than the java and C#. and when you using the C++ there are altos … | |
Re: In here we have new year too , 2 more days. The sad thing is I cannot tommorrow night I have to stay lazy. My parents are not allowed me to work or learn. That's a custom before the new year there is a time like that.about 12 hours without … | |
Re: there are no jobs now kid , understand the truth. Try to do you'r something own . become a freelancer like that. My idea is to develop IC programmers , electronic hobby kits and sell them on the ebay. anyway my father is also a electronic engineer since 1999 he … | |
Re: Someone have said I have to link shared library and I will be fine, but that is hard cookie to a little babe [code] ../configure --build=x86-winnt-mingw32 --disable-shared --disable-threads [/code] and just continue , this process is clearly documented. [QUOTE]I'm still learning console apps and haven't done much with Linking anything, … | |
Re: I also have this English language problem. I am not native English. and as I knew there are various sublanguages on english like traditional hindi , morden hindi like. so English experts we want to listen from your expertise. | |
Re: [QUOTE=Ancient Dragon;844472]In USA a [b]hoe[/b] i[URL="http://www.youtube.com/watch?v=QoMspJqqVcA&NR=1"]s a slang word for whore[/URL]. So are you calling Dani that?[/QUOTE] In the USA , everyone are geeks ! They apply Schrödinger Theory where you can slove it simply easy with F=ma . ha ha ! | |
Re: [QUOTE]void set_myMessages(const int &ID, list <myPackets> Packets)[/QUOTE] Hmm , good question , I have the past experience with dealing these type of question. where you have to consider is list <myPacket> will have a default constructor and a copy constructor and a assignment operator. Then this will work. But if … | |
Re: [code] # include "node.h" using std::string; node::node(node* , node* , node* , node* , node* , node* , node* , node* , node* , node*) {node* t1 = new node(); t1->previous = NULL; t1->data = "mark"; t1->next = NULL; first = t1; node *t2 = new node(); t2->previous = t1; … | |
Re: use a white board server application instead of the VPS server. I think there are white board server applications open source. | |
Re: use backtrack it's good for a newbie ! :P | |
Re: [QUOTE] 429 while(getline(ficnf,linef))[/QUOTE] add an breakpoint to here and just inspect the parameters fincf and linef. You will find the answer. | |
Re: LOL ! my idea is a newbie should be new , why he should learn win32 or 32 bit assembly.so [url]http://www.jorgon.freeserve.co.uk/GoasmHelp/Hello64World1[/url] is the first program.and toochain is goAsm , I thik NASM is also supports. But in your thread you asked 16-bit application to this os , yes 16-bit windows … | |
Re: I have played and finished scarface , I have played and finished COD1 COD2 COD3 and COD4 I have played and finished freedom fighter, I have played and finished GTA about 3 versions , I have played and finished God Father I have played and finished MK all least 3 … | |
Re: read the Wikipedia page too. There may be something new to get there too. [url]http://en.wikipedia.org/wiki/Singleton_pattern[/url] but according to me what I learn , if you using the class in non trival environment then therefore you have to also make protected these things. * copy constructor * assignment operator * default … | |
Re: I wonder what is the purpose of this finding something that other end of the universe ? Try to implement something that helps other ppl. For a example think how many ppl today is without the lack of food ? Can you write the code for a automated green house … | |
Re: [QUOTE=ArkM;844305]Yes, that's true. The C++ Standard requires that objects associated with std::cin, std::cout and std::cerr are destroyes after destruction of user-defined objects with static duration:[/QUOTE] standard input , output and the error is a operating system concept, as in linux and they are never destructed , but C++ object associated … | |
Re: [QUOTE]Basically, I was just wondering why GCC doesn't just pick one of the functions and give me a warning instead of 2 errors. [/QUOTE] I have compiled your mentioned source by the microsoft C++ compiler too. the same error message is there. [code] error C2385: 'racetank::car' is ambiguous [/code] So … ![]() | |
ahh , finally I backtrack the bug. Believe me I'm not saying that I'm experienced but many years I have been working with C++ , at least 5 yrs .I'm working with the C compiler since I was at the 7th grade. however the fun part is not boosting about … | |
hi I get interested about the PHP module architecture cos I get these errors , [code] Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20060613, debug=0, thread-safety=1 [/code] when I trying to load the php_ffi.dll inside the windows. How to fix this error ? more than that … | |
Re: [QUOTE=Ancient Dragon;841890]what errors? I can not see your monitor.[/QUOTE] ha ha ha true , learn to read the errors and dig them , that is C++ life. Think about places where we don't see a error . Fortunately the compiles stops you by showing you a error. | |
Re: The multiplication of matrices defines this rule. If M = A X B , suppose that A is mx[B]n[/B] and B is [B]n[/B]xp then , M is a m x p agree ! M([COLOR="Green"]i[/COLOR],[COLOR="Red"]j[/COLOR]) = ( k=0 to [B]n[/B] ) Σ { A ([COLOR="Green"]i[/COLOR],k) x B (k,[COLOR="Red"]j[/COLOR]) } ----------- (1) … ![]() | |
Re: well if you likes to do a formal approach to this question , you can use lex lexer generator and yacc parser generator and make your simple project. using the lex you can break your your input file into the torkens , verbs nouns etc. and you can define the … | |
Re: [quote]Does wxWidgets working well in KDE? [/quote] KDE means a desktop environment. yes true there are some GTK dependencies under the KDE. But you can compile it using the wxX11 option and make it use the underlaying X windows system instead of GTK. configure --with-x11 --with-universal when you configure. | |
Re: looks like there are :: Point and PS2Sprite:: Point , the compiler ambigious on this point. [code] void maths::Rotate(PS2Sprite::Point *point, float angle) { oldx= *point.x; oldy= *point.y; *point.x= oldx*Cos(angle)-oldy*Sin(angle); *point.y= oldx*Sin(angle)+oldy*Cos(angle); } [/code] | |
Re: [QUOTE=Danny_501;837748]Look at the C++ section of this link: [URL="http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming#C.2B.2B"]wiki: Polymorphism_in_object-oriented_programming[/URL] I guess the talk() function is behaving polymorphic, because its in each of the inherited classes.[/QUOTE] No you are wrong according to what I have learn. There are two types of polymorphism. Dynamic and static. Study them carefully. Even overloading … |
The End.