Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
code-conversion
- Page 1
VB.net Code conversion
Programming
Software Development
13 Years Ago
by poojavb
….net and it is taking hell lot of time for
code
conversion
, designing and all other stuff. Actually I am not able… for a long time. Is there any simple way of
code
conversion
...any tool or such? Thanks in Advance.
Code Conversion
Programming
Software Development
15 Years Ago
by helmX
I would like to convert the following
code
to .NET from VB6 [
CODE
]While Not rsMem.EOF i = i + 1 lstView.ListItems.Add….Fields("per_id").Value End With rsMem.MoveNext Wend[/
CODE
] lstView is a listview on the form.
Re: Gray Code Conversion
Programming
Software Development
14 Years Ago
by folderol
…; i ++){ printf("%d",bits[i]); } /* in-line gray
code
conversion
*/ for(i = SIZE-1; i > 0; i --){ bits[i…
code
*/ printf("\n Gray
code
"); for(i = 0; i < SIZE; i ++){ printf("%d",bits[i]); } /* in-line
conversion
…
Re: code conversion from c\c++ to java
Programming
Software Development
20 Years Ago
by Stack Overflow
Greetings, The
conversion
from C/C++ to Java is simple, mostly. Here is …://docs.rinet.ru/JaTricks/ch28.htm]Moving C and C++
Code
to Java[/url] I have not found any further information…
code conversion from c\c++ to java
Programming
Software Development
20 Years Ago
by Sriram Sekar
hai, I had selected a project of converting a project of c++\c
code
to a java
code
.For that i searched with the web but i can't get it.I need to know if there is any source
code
with the web or gave me any ideas to do it. If u have any information mail it to [email]Sikar17@yahoo.co.in[/email] bye .
code conversion from C++ to delphi
Programming
Software Development
18 Years Ago
by alvin_aldrich
Hi I need help on converting the sample c++
code
. Can someone please help. Any help would be greatly appreciated. :…
Re: code conversion from C++ to delphi
Programming
Software Development
18 Years Ago
by Lord Soth
Hi, Try this : [
code
] type sample = record _type,arg1,arg2 : integer; { type is a …;arg1:1;arg2:1),(_type:1;arg1:1;arg2:1)) ); [/
code
] [B]Loren Soth[/B]
Re: code conversion from C++ to delphi
Programming
Software Development
14 Years Ago
by htataw
… Delphi can anybody help me to convert the following c++
code
to delphi7 one's. many thanks in advance c…++
code
: ********************************* #include <stdio.h> #include <stdlib.h> #…
code conversion VB6 to VB.Net
Programming
Software Development
13 Years Ago
by sw8revenge
i need some help... please help me convert this
code
into vb .net im using a device w/c is …digital persona fingerprint scanner, the
code
works but it does not show any scanned image of…
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by jbutardo
Here, try this link for
conversion
. [url]http://www.developerfusion.com/tools/convert/vb-to-csharp/[/url]
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by poojavb
[QUOTE=jbutardo;1748117]Here, try this link for
conversion
. [url]http://www.developerfusion.com/tools/convert/vb-to-csharp/[/url][/QUOTE] Actually I need to convert vb.net
code
to Asp.Net
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by jbutardo
[QUOTE=poojavb;1748124]Actually I need to convert vb.net
code
to Asp.Net[/QUOTE] I am confused at your question, because I use vb.net in asp.net.. can you give me some sample
code
of yours?
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by Begginnerdev
Are you wanting to convert to ASP with VB.net or ASP with C#? There are two different
code
languages that drive ASP.net.
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by jbutardo
… VB.net or ASP with C#? There are two different
code
languages that drive ASP.net.[/QUOTE] Yup you are right…
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by poojavb
… ASP.net and I am not finding it easy to
code
is ASP.Net. So I was just asking whether is…
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by Pgmer
The new ASP application u designed is having
code
behind files as vb.net or c#? If vb.net is ur option u need not to convert any
code
. u can use the
code
which u wrote for windows app.
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by jbutardo
[QUOTE=Pgmer;1748894]The new ASP application u designed is having
code
behind files as vb.net or c#? If vb.net is ur option u need not to convert any
code
. u can use the
code
which u wrote for windows app.[/QUOTE] Yup, for asp.net is a framework.. While the
code
behind this framework can be vb.net or c#..
Re: VB.net Code conversion
Programming
Software Development
13 Years Ago
by jbutardo
… ASP.net and I am not finding it easy to
code
is ASP.Net. So I was just asking whether is…
Re: Gray Code Conversion
Programming
Software Development
15 Years Ago
by balajisankar
[
CODE
]#include<stdio.h> #include<conio.h> …=0,n,b[10]; printf("\n enter the binary
code
"); scanf("%d",&n); while(n!=0…; else a[i-1]=1; } } printf("\n the gray
code
is"); for(i=c-1;i>=0;i…
Re: Code Conversion
Programming
Software Development
15 Years Ago
by kvprajapati
Take a look at tutorial [URL="http://www.codeguru.com/vb/controls/vbnet_controls/listview/article.php/c3979"]How to fill ListView with ADO.NET dataset[/URL]
Re: code conversion questions
Programming
Software Development
14 Years Ago
by gerard4143
If your using bits then maybe you should consider a structure with bits fields. [
code
] struct my_bits { unsigned int one:1; unsigned int two:1; unsigned int three:1; unsigned int four:1; unsigned int five:1; unsigned int six:1; unsigned int seven:1; unsigned int eight:1; unsigned int nine:1; unsigned int ten:1; }; [/
code
]
Help with this code
Programming
Software Development
18 Years Ago
by geek
…Pointer to hold the int array of bits*/ int iCount; };[/
code
]
Conversion
.cpp [
code
]/*
Conversion
.cpp, the implementation file*/ #include <iostream> #…include "
Conversion
.h" using namespace std; /*Default parameters of …
Conversion Constructor and overloaded operator= help
Programming
Software Development
18 Years Ago
by saishn
… * text): length (strlen(text)) { cout << "
Conversion
constructor " << endl; cout << "…quot;); aObj = "string2"; return 0; } [/
code
] From what I read, what should happen with what I…the assignment. Instead I'm getting the following error [
code
] file.cpp: In function `int main()': file.cpp:…
VB.NET to ASP.net conversion
Programming
Web Development
13 Years Ago
by poojavb
….net and it is taking hell lot of time for
code
conversion
, designing and all other stuff. Actually I am not able… for a long time. Is there any simple way of
code
conversion
...any tool or such? Thanks in Advance.
Re: Conversion Constructor and overloaded operator= help
Programming
Software Development
18 Years Ago
by WolfPack
…;string2";[/
code
]This line is wrong. The arguments of that assignment operator … argument. Declare something like this and it should be okay. [
code
] class aClass { public: aClass() { this->aString = new char [1… char[ length + 1]; strcpy(this->aString, str); return *this; } [/
code
]
Conversion of Long Array to String
Programming
Software Development
17 Years Ago
by knvelan
[
code
]Want to have
conversion
of Long Array to string. [/
code
]
perl to java code conversion
Programming
Software Development
6 Years Ago
by sadiyah_1
Hey!!!!I'm looking for the perl to java
conversion
!!!! Can Someone please help me with the snippet!!!! As soon …
Matlab code to C code
Programming
Software Development
16 Years Ago
by Enriel10
… with Matlab and C. I need to convert Matlab
code
to C
code
. I have seen that there are an additional part… need someone that can tell me how to make this
code
conversion
, because if there are no way i have to translate…
Problem in code
Programming
Software Development
13 Years Ago
by Alvi89
This is a part of the
code
not working properly, i first converted an … here is the
code
: Note: this section of
code
does not give an output at all. [
CODE
]/****************************************
CONVERSION
FROM DECIMAL TO … 111: cout<<"7"; break; } }[/
CODE
] Any help would be greatly appreciated.
Re: Fortran code conversion to Python 3.x
Programming
Software Development
3 Years Ago
by DMurthy_1
Hi Nice to see fortran to python
conversion
. I am a beginner in python. BUt have fortran coding experience. If i provide a small fortran program , would it be possible to provide an equal python
code
. If yes I will provide the fortran
code
. Appreciate your help in this regard.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC