Tagged Questions

9
votes
6answers
93 views

Best practices for creating libraries that use .NET namespaces

Is it bad practice to write a library that defines an interface dependent on another library? I know tight coupling is bad, but does this still apply when using .NET classes? For example, in .NET, …
0
votes
1answer
50 views

How can I filter by file type in an IExplorerBrowser in Windows 7 Libraries?

I've created an instance of IExplorerBrowser in my code to create a custom I/O view in one of my dialogs. I've implemented the IServiceProvider and ICommDlgBrowser interfaces in my host class. I use …
0
votes
0answers
5 views

NetBeans importing libraries on its own

I am having a problem with NetBeans projects. It affects everyone on my team, for every project. Whenever a project is opened, or even sometimes seemingly at random, NetBeans (6.1) will add two …
8
votes
5answers
296 views

Hello world without using libraries

Hi, This was an onsite interview question and I was baffled. I was asked to write a Hello world program for linux.. That too without using any libraries in the system. I think I have to use system …
1
vote
5answers
56 views

Good PHP Email Library?

Hello There, I would like to know which is the good opensource php email library to incorporate in my next project? Thanks
1
vote
2answers
42 views

Is there any platform-independent way to access the clipboard?

I have a small side project I want to write and have yet to decide on a language. Ultimately, I want a way to access and/or modify the clipboard in a platform-independent way. I'd like to learn a …
0
votes
3answers
59 views

Modifying Qt core components/widgets, best practices?

Hello everyone, I'm trying to enhance Qt's QPrintPreviewWidget by allowing it to display page numbers (in the footer somewhere). Unfortunately, I can't quite figure out how to go about it without …
0
votes
1answer
47 views

OpenCV C++ error in Xcode

I have built the OpenCV libraries using the cmake build system as described here and have added the header, '.a' and '.dylib' files to my terminal c++ project. However when I run the code below (got …
0
votes
1answer
102 views

Calling static pointer to a list from a shared library in c++

Hi, I have a static class member class bar {...} class foo { public: static QHash<qint64,bar>* barRepHash; } Now I call a function which accesses this member within a shared …
3
votes
4answers
140 views

MathML and Java

Hi all. I've been doing some research for a mathematical Android related project I'd like to embark upon and I stumbled across for the first time MathML. Does anyone know of any Java libraries …
0
votes
1answer
25 views

-isystem for MS Visual Studio C++ Compiler

I usually like to have a lot of warnings enabled when programming. However, some libraries contains code that easily causes warnings (.., python, Qt, ..). When compiling with gcc I can just use …
11
votes
5answers
475 views

What does 4j mean?

I notice a number of java libraries use this as a suffix: log4j, couchdb4j, neo4j, launch4j, etc..
0
votes
3answers
59 views

How to master Document Object Model (DOM) ?

Been using Javascript libraries like Prototype and jQuery for development, for a while now. While its a boon using those libraries, the one downside is that using such libraries probably doesn't help …
0
votes
3answers
138 views

How to share variables among libraries in Delphi 2009?

Hi dudes, I'm trying to divide my monolithic, Delphi-Win32 app in libraries, so I get some questions around how to share global variables and object among my libraries using Delphi 2009. For example, …
2
votes
2answers
70 views

What are the most useful Javascript libraries? [closed]

Possible Duplicate: Useful JavaScript/JQuery libraries? If this is a duplicate, please direct me. What are the most useful Javascript libraries, and what do they do? In the Q&A I've …

1 2 3 next
15 30 50 per page