473,385 Members | 1,468 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Where has C gone?

In the past, I did alot of programming using C. Recently I just wrote a major software tool using VB.NET. I'm finding C to be to be alot more faster. In C I was able to access serial port registers, write directly to video memory with no overhead. C was fast, period. Of course it ran in MS-DOS. I'm trying to get the same performance level out of VB.NET for the same functions and I'm finding it close to impossible. Any thoughts?
Jan 26 '07 #1
1 1070
Motoma
3,237 Expert 2GB
In the past, I did alot of programming using C. Recently I just wrote a major software tool using VB.NET. I'm finding C to be to be alot more faster. In C I was able to access serial port registers, write directly to video memory with no overhead. C was fast, period. Of course it ran in MS-DOS. I'm trying to get the same performance level out of VB.NET for the same functions and I'm finding it close to impossible. Any thoughts?
If you are concerned with performance issues, I would refrain from using a language containing the word BASIC.
C is still a major player in the programming world. It has a wide array of applications, from embedded systems to high-end production systems.
But most of the languages which have come in after it provide the same abilites as C. If you need to do something, and there ISN'T a way to do it (let me know when you find a situation like this), you are always given the ability to reference libraries, allowing you to resuse your C code in newer applications.
Jan 26 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Bob Rock | last post by:
Hello, where has the modal frame extended control style (WS_EX_DLGMODALFRAME) gone??? I can't find it among a control's properties. Bob Rock
22
by: ByteSize | last post by:
Dear All, Please, this is not meant to be offensive - but it is a challenge !!! I have posted on over a dozen so called 'vb.net' expert / blog sites - in the vain hope of finding a complete,...
2
by: CoolPint | last post by:
Standard exception classes in C++ have what() which returns const char * and they have constructors accepting string. Where is that string created and when is the string destroyed? In the...
1
by: Norbert Munkel | last post by:
Hi all, We use DB2UDB Express FP6 on SuSE Linux Enterprise Server and we are suffering from "Out of memory errors" since we have upgraded from FP5. Connection is made through jdbc Type 4. ...
7
by: Muscha | last post by:
My c# application has gone beserk, it consumes 700MB memory griding my machine to a halt. What is the quickest way for me to find out what's happening? Where do all the memory has gone? /m
3
by: Cyrus Donders | last post by:
Hi, We are developing a web application in asp.net and all of a sudden there is this new requirement and I am having problems to implement it. My problem is that when a regular html page posts...
10
by: Stephan Brunner | last post by:
Hi VS 2003 used to have an (Overrides) entry in the left dropdown of the code editor. Where has this handy feature gone in VS 2005?
2
by: Pixiee | last post by:
Hi, I have been trying to alter a blogger template from a 2 colum to a three. It looks just how I want it in FF but when I look in IE not only has the second sidebar slipped but also the main...
7
by: Chris | last post by:
Hello all... I have a program with the following structure (all classes mentioned are of my own creation, and none of the classes contain try or catch blocks): - main() consists of a large...
0
by: Bassam | last post by:
Hello in VS.NET 2003 using VB.NET there was a property for windows forms , SnaptoGrid , True/False and Grid Size where we can set them for individual forms , now those 2 settings are gone from...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.