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

C#

 
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 
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 
Yes you are right. But I don't want to do that.
I will try to explain again.
As I say.
If I have a fuction Test1( double[] x)
{
/// I can loop on vector element
}
Instead of doing thant I prefer
Test2(std::vector<double>::iterator begin,std::vector<double>::iterator end)
{
//I can loop on element
}

For Test2, there is no need to copy the vector, I just need to pass iterator.
like
std::vector < double > vec1,
Test2(vec1.begin() + 3 , vec1.begin()+ 5), without copy the vector.
For Test1, I have to copy, vec2 = new double[]{vec1[3], vec1[4],vec1[5] }
before Test1(vec2).
I think it more clear!!!
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 
GeneralRe: hosting a webapplication in Asp.net along with database Pin
Paul Conrad28-Dec-07 10:18
professionalPaul Conrad28-Dec-07 10:18 
Questionhow to retrieve data from database for every one minutes. Pin
ramesh_imayam27-Dec-07 22:22
ramesh_imayam27-Dec-07 22:22 

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.