Tagged Questions

1
vote
7answers
87 views

Looking for book on Bash scripting

I'd like to brush up on my knowledge of Shell scripting with Bash for a job interview Monday. What would the preferred book be for someone with an existing knowledge looking to review the topic?
1
vote
2answers
93 views

What and how much overheads happen when I use a Reference class?

I saw there is a daemon thread running whenever we create a referenced object using any Reference class like WeakReference, FinalReference, SoftReference, PhantomReference, Referemce And …
0
votes
4answers
59 views

C# - Is it possible to extend an existing built-in class with a new Interface

Hi, I am just learning C# and I have a problem now. :-) In C++ I loved to use "const reference" as a parameter to avoid that the called method changes my passed object. I read somewhere that I can …
0
votes
8answers
139 views

c++ vector of class object pointers

Hi all, What I am trying to do is essentially create two vectors of objects, where some objects are entered into both lists and some are just entered into one. The first problem I found was that when …
0
votes
0answers
17 views

Calling a procedure that uses reference cursors from another procedure?

How can I call a procedure that uses reference cursors from another procedure?
0
votes
2answers
25 views

Mysql++ “undefined reference to __imp___ZN7mysqlpp10ConnectionC1Eb”

I am trying to install the mysql++ in Code::Blocks, but When I try to run the example code I get this error: undefined reference to __imp___ZN7mysqlpp10ConnectionC1Eb What I am doing wrong?
0
votes
0answers
14 views

CompositeScriptRefernce

Hi, I'm trying to add a composite scriptreference like this; ScriptReference scriptReference = new ScriptReference("CSSFriendly.JavaScript.MenuAdapter.js", "CSSFriendly"); …
0
votes
3answers
27 views

How to reference one foreign key column with multiple primary key column

I am creating BOOK_Issue table which will contain id of person to whom the book is issued. i have a column name user_id witch will contain ids from tbl_student as well as tbl_faculty. so how to set …
1
vote
2answers
28 views

Is there a way to specify assembly references based on build configuration in Visual Studio?

I have a project that adds some extensibility to another application through their API. However, I want to be able to use the same project for multiple versions of their application, because most of …
0
votes
2answers
30 views

call member function by reference php

Please stop me if i am doing something wrong. It works but somehow it doesn't appear the right way to me... Look at the member function call in talks.php. Does this look right to you? Is there a …
1
vote
3answers
85 views

[C#] Interesting “params of ref” feature, any workarounds?

I wonder if there's any way something like this would be possible for value types... public static class ExtensionMethods { public static void SetTo(this Boolean source, params Boolean[] bools) { …
1
vote
2answers
71 views

invalid initialization of non-const reference of type ‘int&’ from a temporary of type ‘MyClass<int>::iterator*’

I'm getting the following error from g++ while trying to add iterator support for my linked list class. LinkedList.hpp: In member function ‘Type& exscape::LinkedList::iterator::operator*() [with …
0
votes
1answer
16 views

How to cycle through xcode windows (or open ‘help’ within the bottom pane)?

Hi. I'm using a MBP... In Xcode 3.2 the help/reference pops up in a new window when I ALT, CMD, DOUBLECLICK on a class name**. In previous versions it looks like it used to open up in the bottom pane …
1
vote
2answers
34 views

Good reference site for SQL/RDBMS

One of the aspects of computer science/practical software engineering I am weaker at is actually doing significant work in database systems. That is to say, I can do simple queries on smaller …
1
vote
2answers
53 views

Reference two equal assemblies, only public keys differ

My Visual Studio 2008 project references two (external) assemblies (A+B) both of which happen to be referencing the same third assembly (C). However, assembly A expects assembly C to have a public key …

1 2 3 4 5 28 next
15 30 50 per page