Forum: C++ May 22nd, 2008 |
| Replies: 2 Views: 752 1. I wonder why things work without linking to /usr/local/sesam/lib/libssv.so if you need it.
And if links without it I wonder why you need it.
2. Compare the size/timestamp of your mate's lib and... |
Forum: C++ May 22nd, 2008 |
| Replies: 8 Views: 713 Couldn't help commenting: So a good practice is to initialize all your pointers to NULL (or 0) in c'tor (OR assign a valid address).
Also set it back to NULL once the object to which points to is... |
Forum: C++ May 22nd, 2008 |
| Replies: 8 Views: 713 He he.. :)
Stupid bug..
mitmkar has already explained it. Check out http://www.functionx.com/cppcli/variables/Lesson22.htm if still not clear.
PS: To catch such bugs in future, check the compiler... |
Forum: C++ May 20th, 2008 |
| Replies: 8 Views: 713 Couldn't figure anything from the code, given that it's not complete.
- How does Thread get Form2 obj?
- The access violation could be because one of the variables (Form2 or Memo1 or Lines) is... |
Forum: C++ May 20th, 2008 |
| Replies: 8 Views: 713 Interesting. :)
Do you have global and/or static variables anywhere ?
Also can you post:
- TForm2.h
- TForm2::TForm2() implementation |
Forum: Java May 20th, 2008 |
| Replies: 1 Views: 644 Try debugging !
Code isn't complete ? where is StaticPong?
Do simple step by step debugging using some debugger like Eclipse. Put a break point in the handler.
Otherwise do it old style, put some... |
Forum: Java May 20th, 2008 |
| Replies: 2 Views: 599 What's the problem ?
See help on code tags, would be more readable if you add =java. |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 411 Views: 43,342 Funny lines from Cricket:
***********************************************************
"Whatever talent the team management has seen in Raina, the youngster has done well to conceal it on the... |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 411 Views: 43,342 Although we follow scrum now, I can never forget the good ol' waterfall.. :) |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 411 Views: 43,342 The 1st Affair :
A married man was having an affair with his secretary... ....One day they went her place and made love all afternoon... ....Exhausted, they fell asleep and woke up at 8... |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 411 Views: 43,342 A guy calls a company and orders their 5-day, 10 lb. weight loss program. The next day, there's a knock on the door and there stands before him a voluptuous, athletic, 19 year old babe with a sign... |
Forum: Geeks' Lounge May 4th, 2008 |
| Replies: 411 Views: 43,342 A blond walks into a bar all alone on Monday and orders 3 mugs; sits in a corner and drinks it. Next Monday she does the same, and so the next one.
Finally one Monday bartender asks what's it all... |
Forum: Motherboards, CPUs and RAM May 3rd, 2008 |
| Replies: 4 Views: 685 Depends on what you want it for.. If you're looking at 2-3 years of life and decent quality, go for almost any. If you want to overclock etc, there are specific ones. |
Forum: IT Professionals' Lounge May 3rd, 2008 |
| Replies: 49 Views: 6,257 He he.. just to think of this makes me nostalgic.. :icon_smile:
I wrote my first one in 1990 I think, I was so happy to see that perfect circle I made using circle() in BASIC. I also made squares... |
Forum: Java May 3rd, 2008 |
| Replies: 1 Views: 892 What is the problem ? What's not working ? |
Forum: Java May 3rd, 2008 |
| Replies: 4 Views: 716 RTFM. Even Yahoo can produce an answer for this.. !
http://search.yahoo.com/search?p=how+to+create+jar+file&ei=UTF-8&fr=moz2 |
Forum: Java May 3rd, 2008 |
| Replies: 9 Views: 751 >> what does it mean to say we have a 32-bit processor ?!!
In very dummy terms it means the processor would process 32-bits in one machine cycle. Say if it's 2GHz processor, it'll process 32-bits 2... |
Forum: Java May 3rd, 2008 |
| Replies: 5 Views: 837 |
Forum: C++ May 3rd, 2008 |
| Replies: 2 Views: 499 Assuming that your login form is a modal dialog, you can associate
- a class to that dialog (if I remember correctly, this is done when you add the dialog)
- member variables of this clas to the... |
Forum: C++ May 3rd, 2008 |
| Replies: 3 Views: 1,472 put complete code.. at least I don't understand half your problem.
also I didn't know C++ allowed type names to start with numbers. |
Forum: C++ May 3rd, 2008 |
| Replies: 2 Views: 519 If something isn't working and you donno why, please specify. If you donno how to handle some part of the assignment please specify.
We can't do the assignement for you. |
Forum: C++ May 3rd, 2008 |
| Replies: 6 Views: 721 If this was an assignment, then my guess is it's a trick thing and probably you're expected to write your own class that can represent a huge int like the one you have (exactly like what someone else... |
Forum: C++ May 3rd, 2008 |
| Replies: 2 Views: 453 Each member variable has (at least) keywords specified for it apart from name.
1. Data type - could be a basic type (int, float, char,...) or user defined type (vector, std::string, CString,... |
Forum: Motherboards, CPUs and RAM Apr 27th, 2008 |
| Replies: 8 Views: 2,325 I suggest you take it a bit more seriously and do it slowly. A few things:
Before you start:
- You've not given all the needed specs (e.g. mem speed, exact CPU) so I'm assuming you're not an expert... |
Forum: Java Jul 31st, 2007 |
| Replies: 2 Views: 3,059 Does the binary of JVM (e.g. java.exe) provide an option to work in a backward compatible mode?
My problem is I have JRE 1.6.0_01 installed on my machine and I have an application that requires JRE... |
Forum: Geeks' Lounge Jul 27th, 2007 |
| Replies: 411 Views: 43,342 An English teacher is teaching kids new words. As an exercise she gives an assignment to all kids to learn a new word from the dictionary and use it in a sentence.
Next day she asks Harry "So Harry... |
Forum: Java Jul 26th, 2007 |
| Replies: 7 Views: 3,351 Depending on your application one of the 2 approaches can be chosen.. If you have enough complexity in DB parts OR more than one servers connecting to DB layer, you might want to have database server... |
Forum: Geeks' Lounge Jul 26th, 2007 |
| Replies: 411 Views: 43,342 Hope I am not breaking the rules of "keep it clean".. :) |
Forum: Geeks' Lounge Jul 26th, 2007 |
| Replies: 411 Views: 43,342 |
Forum: Geeks' Lounge Jul 26th, 2007 |
| Replies: 411 Views: 43,342 Sometimes when i reflect back on all the beer I drink, I feel ashamed. Then I look into the glass and think about the workers in the brewery and all of their hopes and dreams. If I didn't drink... |
Forum: Geeks' Lounge Jul 26th, 2007 |
| Replies: 411 Views: 43,342 Here is something they claim is shown in classrooms (of IIM-A - Indian Institute of Mgmt - Ahmedabad)..
I think it's a joke..
It's good none-the-less.. |
Forum: Geeks' Lounge Jul 26th, 2007 |
| Replies: 503 Views: 29,698 So then, when's this one getting over.. ? still waiting for next one.. |
Forum: C++ Jul 26th, 2007 |
| Replies: 4 Views: 1,391 Are you using C++ ?!
Office-VB would be a much better choice if possible. |
Forum: C++ Jul 24th, 2007 |
| Replies: 8 Views: 15,449 This isn't related to hash, hope you know that. Ideally creation of a new thread for a new topic is helpful for everyone (rather than e.g. discussing all STL doubts in one thread).
See this link... |
Forum: C++ Jul 24th, 2007 |
| Replies: 14 Views: 3,687 Yes I did. Come on man, after having some nice time fighting with you, I have to be mad not to.. :)
The question can still remain.. |
Forum: Java Jul 24th, 2007 |
| Replies: 11 Views: 3,470 Thanks for the feedback about first one. The second link doesn't work due to a typo.
Here is the updated one: www.onlinecomputerbokks.com/ (http://www.onlinecomputerbooks.com/) |
Forum: Computer Science Jul 24th, 2007 |
| Replies: 1 Views: 783 Probably Web Design (http://www.daniweb.com/forums/forum15.html) is more appropriate forum for this query.
Not being a web-developer/expert my guess would be that JSP for front-end and Apache as a... |
Forum: Computer Science Jul 24th, 2007 |
| Replies: 3 Views: 744 What Ezzaral said is true that " The attibutes inherent to the roll should go into CRoll", but IMO in the given list there are no such attrs. All attrs are specific to different usecases.
An... |
Forum: Java Jul 24th, 2007 |
| Replies: 11 Views: 3,470 www.freecomputerbooks.com (http://www.freecomputerbooks.com/)
www.onlinecomputerbooks.com (http://www.onlinecomputerbokks.com/) |
Forum: Java Jul 24th, 2007 |
| Replies: 5 Views: 2,316 Check out this code snippet (http://www.daniweb.com/code/snippet667.html), it loads some class files and shows an example of loading a resource (directory or jar file) and then looking for a specific... |