Questions tagged [definitions]

84 questions
0
votes
1 answer

Definition of a workbook not working properly

I am trying to execute quite a simple command in VBA (assigning a value to a range) and am getting an error "application defined or web-defined error". After some troubleshooting I think it has to do with the definition of my worksheet. Here is my…
Nenko
  • 23
  • 5
0
votes
1 answer

Understanding syntactic variations of a constructor definition block

My question is similar to this one, I think, but for C++, not C# (though the same answer may apply to both). My question is also similar to this one (of which it has been marked a duplicate). The difference, however, is that that question asks…
abcd
  • 10,215
  • 15
  • 51
  • 85
0
votes
1 answer

Continuous Integration terms and definitions (TeamCity)

So I am new to the continuous integration world and of course, like everyone else, have been thrown into the task of setting it up and integrating it. My company is .NET based and handles MVC applications, regular websites, form applications, as…
0
votes
2 answers

my site is coded for responsive site but it is not

I have a definition list with images next to them to use as bullets - but i can not figure out how to align the bullets. i dont want them choppy and i have tryed to do a list but the image wont work as a bullet that way -
sara
  • 1
  • 4
0
votes
0 answers

Macro Definition Changes Values?

I have this macro definition in one file (we'll call it file1.c): #define VAL_NOT_SET -9999.9 In another file, I include file1, then initialize a different variable to VAL_NOT_SET: decimal value; value = VAL_NOT_SET; Later on, I try to compare the…
kschmitt
  • 3
  • 1
0
votes
1 answer

What does NBD_SET_SIZE set the size of? The channel or the size of the block device?

I'm using Network Block Device (NBD) and I couldn't find any documentation on what NBD_SET_SIZE refers to. I suspect that it's the size of the block device, and then NBD_SET_BLKSIZE is the hint for the underlying device's block size. So then what's…
András Fekete
  • 162
  • 1
  • 5
0
votes
1 answer

About Blogger Variables Definitions

I develop blogger template and I was add Variables Definitions to make it fully customization, but I only know about three types colors / fonts / length only change colors or fonts or control the width of container and left / right sidebars, but I…
Uikithemes
  • 17
  • 7
0
votes
2 answers

Multiple Definitions in C

Just trying to figure out why I'm getting this error? /import/ravel/1/cjmu065/cs1921/ass2/src/ImageList.c:21: multiple definition of `insert_at_tail' img.o:/import/ravel/1/cjmu065/cs1921/ass2/src/ImageList.c:21: first defined here ImageList.o: In…
sebajun
  • 51
  • 8
0
votes
1 answer

calling functions from a different c file

actually I was compiling with multiple files. Following are the files: file main.c --> #include void foo3(void) { printf("INSIDE foo3 function\n"); } int main() { foo1(); foo2(); foo3(); } file 1.c…
Akhil
  • 105
  • 1
  • 8
0
votes
3 answers

The Integrity of linked data entities on update

What is the best-practice for maintaining the integrity of linked data entities on update? My scenario I have two entities "Client and Invoice". [client is definition and Invoice is transaction]. After issuing many invoices to the client it…
0
votes
2 answers

Starting out with identifier definitions MFC

I'm a total beginner with MFC based programs, and am having trouble with identifier definitions in the program I'm currently working on. I've posted the problematic snippet below. The rest of the program follows it. DDX_Text(pDX, IDC_BUTTON_CLICKS,…
Adam
  • 8,752
  • 12
  • 54
  • 96
0
votes
1 answer

Why is my definition of a function that chooses an element from a finite set inconsistent?

I would like to reason about functions that choose one element from a finite set. I tried to define a predicate that tells me whether some given function is such a “chooser” function: definition chooser :: "('a set ⇒ 'a) ⇒ bool" where "chooser f ⟷…
Christoph Lange
  • 595
  • 2
  • 13
0
votes
2 answers

How to approach implenting a class's methods when these methods depend on another class?

I'm not sure I have all the terminology straight to be able to describe the question, but here's how I'll describe what I'm wondering: Suppose I have class A, and a second class B that uses data from A in its methods class A { data1 …
user1790399
  • 220
  • 2
  • 11
0
votes
3 answers

Javascript condensing - defining many variables in one line

We generally have the understanding that functions in javascript are used to execute blocks of code with a single call. However, I'm currently working in a system that contains many functions which require many variables to be defined, so I'm seeing…
Rstevoa
  • 271
  • 4
  • 17
0
votes
1 answer

(X)HTML & CSS definitions description in computer-readable format

is there any set of HTML & CSS definitions, like list of (X)HTML tags & their available properties (both with descriptions) and so on, and CSS properties (descriptions, browsers supporting and so on) in computer readable (ie XML, CSV, INI or so)…
migajek
  • 8,524
  • 15
  • 77
  • 116