The int is a data-type that represents a whole number. It only goes up to a certain value, then you must use a long.
0
votes
3answers
32 views
Declaring integers array in Matlab
Is there an effective way to declare a very big matrix (let's say 40.000.000x10) of integers in Matlab?
If I do it like this:
var=uint8(zeros(40000000,10));
It works very well in command window.
...
0
votes
1answer
7 views
Kill -2 or Kill -INT : Make my running script immune to KILL signal 2 or -INT
I have a script: giga.sh (shell script BASH) which is running using PUTTY session.
I see mostly people like to copy using "Control+C" and paste via "Control+V". Few of my wise friend use mouse's ...
8
votes
7answers
185 views
What numeric type to choose for small loop counters? [closed]
Consider that int take 4 bytes in memory.
to understand what I'm looking for take this example :
for(x=0;x<10;x++)
//do something
in this for instruction I know that the value of x is less ...
0
votes
0answers
27 views
Check for int and float in jQuery [duplicate]
I know there's a lot of options to do this, and a lot of opinions too. I don't need something extremely secure, but still I want to be somewhat bullet-proof against wrong data.
What I do right now to ...
0
votes
2answers
86 views
Convert integer to string without knowing buffer size
I want to set a placeholder value (type int) of a path:
/sys/class/gpio/gpio%d/value => /sys/class/gpio/gpio33/value
The inserted value is maximum 99 and minimum 1. Because I do not want any empty ...
1
vote
2answers
45 views
powerShell is returning minus int?
I have two loops:
$computer = $args[0]
$colProcData = @()
$procs = get-process -computername $computer | sort -descending "WorkingSet" | select -first 3
foreach($proc in $procs)
{
$machine = ...
4
votes
3answers
66 views
How can I create a generic type where T also can be int32,but not only a class
I want to create a generic stack
I have a Node class
public class GenericNode<T> where T : class
{
public T item;
public GenericNode<T> next;
public GenericNode()
{
...
1
vote
1answer
58 views
HashMap<Integer, Object> get method
I understand that the java.util.HashMap can only accept Objects as keys and thus cannot accept a primitive int but instead only accepts Integer objects.
When using the get method to retrieve the ...
1
vote
4answers
45 views
Python: Enumerate a list of string 'keys' into ints
I searched for a while but didn't find anything that explained exactly what I'm trying to do.
Basically I have a list of string "labels", e.g. ["brown", "black", "blue", "brown", "brown", "black"] ...
0
votes
1answer
30 views
Int decimal count in iPhone
I need to know whatever an int64_t has decimals, and how many. This should be placed in if-else-statement. I tried this code, but it causes the app to crash.
NSNumber *numValue = [NSNumber ...
2
votes
2answers
36 views
how to make byte value be used as int
I'm trying to make server be able to received client byte and use it as integer, how can I do that? this is the code I'm try to fix~ the only error is that it cannot process the byte to int... please ...
-2
votes
2answers
29 views
PHP comparing int from database with POST[int] [closed]
I'm having issues with the following code:
if(isset($_POST['submit'])){
$name = $_POST['productname'];
$sql= "SELECT quantity FROM products WHERE productid='$name'";
$amount= $sql + 0;
$quantitysold ...
0
votes
1answer
50 views
Printing out byte stream in C++
With the help of this site, C++ int to byte array, I have a code to serialize int to byte stream.
The byte stream data from integer value 1234 is '\x00\x00\x04\xd2' in big endian format, and I need ...
1
vote
1answer
32 views
Stop an int from increasing or decreasing for a certain amount of time
I am currently working on a Java game, and I have an int that represents the player's health, which starts at 100, and the health decreases by 5 every time it intersects with an enemy, however, it ...
0
votes
1answer
34 views
save error: Invalid type: int
public int getSelected2()
{
//selectedAssets.clear(); //
for(assetswrapper accwrapper : assetsList)
if(accwrapper.selected == true)
selectedAssets.add(accwrapper.acc);
...
-1
votes
2answers
51 views
Error in memcpy
I am having a little difficulty in compiling my code here.
memcpy(guc_dcs2_config_data+1*38,(int*)dcs2_config.modelnum_dcs2[0],8);
...
-1
votes
4answers
42 views
In Javascript, how can I find and parse out a 6 digit number?
Let's say I have a string of text like:
"Hello, your work pin number is 931234. Again, the number is 931234."
How do I parse out the first 6 digit number that I find? (in this case, 931234)
1
vote
3answers
38 views
Expand an Array of structs to a larger size dynamically
I have a dilemma where I have a struct which contains an array of structs...
typedef struct Container{
struct Inner *F;
int length;
} Memo;
typedef struct Inner{
int *digits;
int ...
0
votes
2answers
44 views
set double format with 2 decimal places [duplicate]
I have a short equation:
double compute,computed2;
compute=getminutes/60;
where getminutes is int and I want to set the equivalent of compute with 2 decimal places. 0.00 how can I format the ...
0
votes
1answer
26 views
Z3Py Bool variables cast to Int in the model
I am using the python API for Z3 to build a tool for my research. I am having the following issue:
I am generating a set of Z3 constraints using a Python script. Since the set might be inconsistent, I ...
0
votes
0answers
18 views
Nullable<int> in EF model class not visible in Crystal Report.
I am using crystal reports with EF model classes.Now, in one of the model class there is a column with type Nullable.I am using crystal reports database manager and creating connection with the model ...
0
votes
1answer
21 views
Using an Int as the database selection Argument
I know this will seem like an obvious question, but i've yet to find an answer, so any help would be appreciated. I want to query a SQL database based on an int but all the examples and tutorials that ...
2
votes
3answers
54 views
How can I find int values within a string
I have a string, e.g. "ksl13<br>m4n", and I want to remove all non-digit characters in order to get the int 134.
Integer.parseInt(s) obviously isn't going to work, but not sure how else to go ...
0
votes
1answer
17 views
Output int data in PDcurses
The program I am writing utilizes PDcurses for output, generally the function mvprintw(). I also need to occasionally output a single integer value, however PDcurses does not offer the ability to ...
2
votes
1answer
38 views
Different results when casting int and const int to float
Would anyone be able to explain why int and const int give different
results when cast to float and used in floating point math? See for
example this piece of code:
int _tmain(int argc, _TCHAR* ...
0
votes
1answer
39 views
Int Property handling RelayCommand in MVVM
I have a Property which looks like this:
private int _wertungvalue;
public int WertungValue
{
get { return _wertungvalue; }
set
{
_wertungvalue = value;
...
1
vote
2answers
14 views
int assignment to char in string reverse function in K&R book?
I was reading K&R and found a function used to reverse strings. It seems to be assigning an int to a char and vice versa. I am wondering how and why this is possible? I am aware I am likely to be ...
0
votes
2answers
58 views
double value to int variable- unexpected output
Here is a simple piece of code. actually it is a "fill array" function code.
#include <iostream>
using namespace std;
int main(){
int size = 10; a[10]; numberUsed;
cout << "Enter ...
1
vote
1answer
24 views
How do I duplicate “new TextView” and “setId”?
My FragmentActivity loops and creates numerous Fragments, each with `new TextView. After some help, I have this:
FragmentActivity.java
...
@Override
protected void onCreate(Bundle ...
-2
votes
8answers
104 views
C# int only take 1 argu?
Hey guys this bug has been puzzling me for like 4 hours everything i try off the net wont work .
so i am here to bug some who does know how to fix it thanks
SqlParameter id = new ...
-2
votes
1answer
76 views
How to convert “\003” to int in C
How to convert "\003" to int in C? I have following code.
void* message="\003";
char* bptr;
printf("%ld",strtol((char*)message,&bptr,10));
It is showing 0 as output.
0
votes
0answers
11 views
Convert a string wich contains a Resource (R.drawable.*) to int
I extract from a database, some strings like:
"R.drawable.img1"
"R.drawable.img2"
etc
I need to create some imageview with this resource, but I can't do it because the method setImageResource allow ...
0
votes
1answer
19 views
Keeping the preceding zero's when returning chosen date and converting into Strings
I am following the tutorial/example of the date picker dialog here and it works fine.
The issue that i have is that i want to be able to place the date returned into an SQLite Database in a text ...
0
votes
0answers
35 views
How to increase value in NSMutableArray by button press
I load data in tableview from server with json.
- (void)loadData
{
dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
dispatch_async(queue, ^{
...
0
votes
1answer
37 views
Integer c++ wrapper
I'm doing a very small and simple Integer class wrapper in C++, which globaly looks like this:
class Int
{
...
private:
int value;
...
}
I handled almost all the possible assignements, but I ...
-6
votes
6answers
65 views
c++ Why can't I use static_cast to convert char* to int?
number = static_cast<int>(argv[1]);
Error: Using static_cast to convert from char* to int not allowed.
I've tried finding out why on google and I just can't seem to find it.
Also, I don't ...
3
votes
2answers
115 views
How can I make this search faster in python?
I'm searching for a value from one file in the lines of another. The exact value will only occur once in the search file. How can I make this process faster? Here is my current code:
filltaxlist = ...
1
vote
4answers
86 views
Extraction of integers from strings
What is the best and shortest way to extract integers from a string and save them to an array of integers?
Sample string " 65 865 1 3 5 65 234 65 32 #$!@#"
I tried taking look at some other posts ...
1
vote
2answers
88 views
Convert a list of floats to the nearest whole number if greater than x in Python
I'm new to Python and I did my research but didn't get far, hence the post for help.
I have a list of floats which I would like to round to the nearest whole number ONLY if the element is greater ...
0
votes
1answer
27 views
Display only INT in matlab
Long story short - I've got code that displays (using disp) something like this
CLCC, OK, VOICE, +359888888888, CLCC, OK
How can I make it so it will only display
+359888888888
Perhaps slicing ...
-1
votes
3answers
68 views
Converting “2.800000000000000e+001” to “”28" in ASP.NET
Here is XML received by any web service,
<diy>
<tag1>14</tag1>
<tag2>2.000000000000000e+000</tag2>
<tag3>2.800000000000000e+001</tag3>
...
0
votes
2answers
42 views
SQL Server 2005 Varchar less than
I've googled this a bit and can't seem to find a good answer ...
I have a table with a varchar(4) column that contains 41 rows with 90 and 8 rows with 090.
Query 1 will return 9 rows, 8 rows with 90 ...
0
votes
2answers
84 views
Error when using 'int' datatype even when number is not a decimal
I understand the difference between int, float and double data types. But I have observed that sometimes when I use 'int' data type in a mathematical operation comprising of only integer values, it ...
1
vote
3answers
49 views
pointer of char and int
Hi I have a simple question
char *a="abc";
printf("%s\n",a);
int *b;
b=1;
printf("%d\n",b);
Why the first one works but the second one doesnot work?
I think the first one should be
char ...
0
votes
2answers
105 views
Convert int to double Java
I'm currently having an issue with my code.
I have to declare hours and minutes as int, and totalTimeHours as double.
totalTimeHours is used to store the total time in hours, ex 6.555 hrs.
The problem ...
0
votes
1answer
24 views
i have a Nvarchar Column in a table in SQl Server 2005?
column is a nvarchar (15)
that above column consists of digits and characters for example
column consists data like row 1: 60 Units row2: 2 Units row3: 100 Units row 4 :1000 Units
i want to only ...
-1
votes
1answer
21 views
Storing string or integer data in PHP class properties? Best practice? [closed]
When implementing classes, is it better to prefer storing integers or strings as data? Does it matter? What is the best practice for data/property storage for PHP classes?
For a specific example, for ...
2
votes
3answers
72 views
sort string by number inside
I would like to know how can I sort a string by the number inside.
As example I have:
hello = " hola %d" % (number_from_database)
bye = "adios %d" % (number_from_database_again)
I want to sort ...
3
votes
1answer
39 views
What happens when a JDBC database number exceeds Java's int size during ResultSet.getInt?
I am search for the documentation which specifies what happens if I call getInt on a JDBC result set for a column containing a value which does not fit into an integer. The documentation for getInt ...
0
votes
2answers
70 views
invalid literal for int() with base 10: ''
I met a problem "invalid literal for int() with base 10: '' ", which means python cannot convert '' to integers. But I have already added a condition if(sh.cell_value(rowx=rx, colx=3)!=''):, which ...










