Click here to Skip to main content
15,921,226 members
Home / Discussions / C#
   

C#

 
GeneralRe: tags Pin
boersnoes30-Dec-07 22:08
boersnoes30-Dec-07 22:08 
GeneralRowfilter Pin
topcatalpha28-Dec-07 2:22
topcatalpha28-Dec-07 2:22 
GeneralRe: Rowfilter Pin
KaptinKrunch28-Dec-07 3:51
KaptinKrunch28-Dec-07 3:51 
GeneralRe: Rowfilter Pin
topcatalpha1-Jan-08 20:44
topcatalpha1-Jan-08 20:44 
GeneralError:Unsafe code may only appear if compiling with /unsafe Pin
zeeShan anSari28-Dec-07 1:59
zeeShan anSari28-Dec-07 1:59 
GeneralRe: Error:Unsafe code may only appear if compiling with /unsafe Pin
boersnoes28-Dec-07 2:47
boersnoes28-Dec-07 2:47 
GeneralRe: Error:Unsafe code may only appear if compiling with /unsafe Pin
Luc Pattyn28-Dec-07 3:58
sitebuilderLuc Pattyn28-Dec-07 3:58 
Questionhow to get a view on a vector Pin
edaw28-Dec-07 0:32
edaw28-Dec-07 0:32 
Hi,
I have some problem using vector in C#.
for example I have vector of double, let say double[] vec1 = new double[] {1, 3, 5, 6, 7, 8, 9 };
And I want to get a view on a part of this vector without copy.
Let say I want to get the vector: double [] vec2=new double[]{5, 6, 7};( which is a part of vec1)
without creating a new vector or without copy the initial vector.
In C++ I can use iterator: data_it_begin = vec1.begin() + 2;data_it_end = vec1.begin() + 5.
I don't how to this in C#.
Does someone can help me.
Thanks!!!
GeneralRe: how to get a view on a vector Pin
Colin Angus Mackay28-Dec-07 1:10
Colin Angus Mackay28-Dec-07 1:10 
GeneralRe: how to get a view on a vector Pin
edaw28-Dec-07 1:41
edaw28-Dec-07 1:41 
GeneralRe: how to get a view on a vector Pin
Luc Pattyn28-Dec-07 4:03
sitebuilderLuc Pattyn28-Dec-07 4:03 
GeneralRe: how to get a view on a vector Pin
edaw28-Dec-07 4:18
edaw28-Dec-07 4:18 
GeneralRe: how to get a view on a vector Pin
Luc Pattyn28-Dec-07 4:50
sitebuilderLuc Pattyn28-Dec-07 4:50 
QuestionHow to extend Math class Pin
Chesnokov Yuriy28-Dec-07 0:00
professionalChesnokov Yuriy28-Dec-07 0:00 
GeneralRe: How to extend Math class Pin
Colin Angus Mackay28-Dec-07 0:02
Colin Angus Mackay28-Dec-07 0:02 
GeneralRe: How to extend Math class Pin
User 665828-Dec-07 4:01
User 665828-Dec-07 4:01 
AnswerRe: How to extend Math class Pin
Leyu28-Dec-07 4:02
Leyu28-Dec-07 4:02 
GeneralRe: How to extend Math class Pin
Paul Conrad28-Dec-07 7:02
professionalPaul Conrad28-Dec-07 7:02 
GeneralBuiltInDocumentProperties with WdPropertyTimeLastSaved Pin
Arun Abraham Jose27-Dec-07 23:48
Arun Abraham Jose27-Dec-07 23:48 
GeneralRe: BuiltInDocumentProperties with WdPropertyTimeLastSaved Pin
KaptinKrunch28-Dec-07 4:05
KaptinKrunch28-Dec-07 4:05 
GeneralDll Pin
sindhutiwari27-Dec-07 22:28
sindhutiwari27-Dec-07 22:28 
GeneralRe: Dll Pin
JoeRip27-Dec-07 23:02
JoeRip27-Dec-07 23:02 
GeneralRe: Dll Pin
sindhutiwari27-Dec-07 23:10
sindhutiwari27-Dec-07 23:10 
GeneralRe: Dll Pin
KaptinKrunch28-Dec-07 4:02
KaptinKrunch28-Dec-07 4:02 
Generalhosting a webapplication in Asp.net along with database Pin
mrcsn27-Dec-07 22:23
mrcsn27-Dec-07 22:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.