473,796 Members | 2,742 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

plz i need some advice on c++

I'VE JUST STARTED PROGRAMMING, WHICH I HAVEN'T DONE SINCE THE OLD BASIC.
I'VE CHOSEN C++ AS THE PROGRAMMING LANGUAGE BUT I DON'T KNOW IF I'VE CHOSEN
THE RIGHT PATH .
MY AIM IS TO CREATE DATABASES FROM SCRATCH WITHOUT HAVING TO USE ACCESS.
WHAT I NEED IS INFORMATION ON C++, WHICH COMPILERS TO USE AND IF IT IS OK TO
START WITH C++ OR BETTER TO WITH A DIFFERENT LANGUAGE BEFORE PASSING TO C++.
CAN YOU ADVISE ME?
Nov 17 '05 #1
10 1203
snag wrote:
I'VE JUST STARTED PROGRAMMING, WHICH I HAVEN'T DONE SINCE THE OLD BASIC.
I'VE CHOSEN C++ AS THE PROGRAMMING LANGUAGE BUT I DON'T KNOW IF I'VE CHOSEN
THE RIGHT PATH .
MY AIM IS TO CREATE DATABASES FROM SCRATCH WITHOUT HAVING TO USE ACCESS.
WHAT I NEED IS INFORMATION ON C++, WHICH COMPILERS TO USE AND IF IT IS OK TO
START WITH C++ OR BETTER TO WITH A DIFFERENT LANGUAGE BEFORE PASSING TO C++.
CAN YOU ADVISE ME?


Do you have some problem with your "SHIFT"-Key?

For starting database programming, I would recommend C# and the
..NET-Framework, because the ADO.NET classes are easier that the C++
counterparts.

As development-environment I would either suggest the (currently free)
Visual C# Express 2005 Beta (or CTP)
http://lab.msdn.microsoft.com/expres...p/default.aspx

or Visual Studio 2003
http://msdn.microsoft.com/howtobuy/vstudio/

or, to use a free environment: Sharp-Develop:
http://www.icsharpcode.net/opensource/sd/
For C++ and database you can start with
http://msdn.microsoft.com/library/en-us/
ado270/htm/mdmscusingadowi thmicrosoftvisu alc.asp

and many more ADO/C++ articles on the web.

As database I would suggest the free MSDE2000A or SQL Express Beta (for
non-production environment).

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #2
Jochen Kalmbach [MVP] wrote:
For starting database programming, I would recommend C# and the
.NET-Framework, because the ADO.NET classes are easier that the C++
counterparts.

What are the "C++ counterparts"?
Nov 17 '05 #3
snag wrote:
I'VE JUST STARTED PROGRAMMING, WHICH I HAVEN'T DONE SINCE THE OLD BASIC.
I'VE CHOSEN C++ AS THE PROGRAMMING LANGUAGE BUT I DON'T KNOW IF I'VE CHOSEN
THE RIGHT PATH .
MY AIM IS TO CREATE DATABASES FROM SCRATCH WITHOUT HAVING TO USE ACCESS.
WHAT I NEED IS INFORMATION ON C++, WHICH COMPILERS TO USE AND IF IT IS OK TO
START WITH C++ OR BETTER TO WITH A DIFFERENT LANGUAGE BEFORE PASSING TO C++.
CAN YOU ADVISE ME?

It is OK to start with C++.
You can check this page of mine:

http://www23.brinkster.com/noicys/learningcpp.htm
Nov 17 '05 #4
Hi Ioannis!
For starting database programming, I would recommend C# and the
.NET-Framework, because the ADO.NET classes are easier that the C++
counterparts.


What are the "C++ counterparts"?


Mabe you have missed to read to the end:
For C++ and database you can start with
http://msdn.microsoft.com/library/en...oftvisualc.asp
and many more ADO/C++ articles on the web.

As database I would suggest the free MSDE2000A or SQL
Express Beta (for non-production environment).

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #5
>> What are the "C++ counterparts"?
>> For C++ and database you can start with
>>

http://msdn.microsoft.com/library/en...oftvisualc.asp


Maybe it is better to start at to have an overview of database access:
http://msdn.microsoft.com/library/en...dataaccess.asp

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #6
Jochen Kalmbach [MVP] wrote:
Mabe you have missed to read to the end:

..NET facilities are the *same* for all languages. So in .NET programs, C++ programmers use
ADO .NET too.
Nov 17 '05 #7
Ioannis Vranos wrote:
.NET facilities are the *same* for all languages. So in .NET programs,
C++ programmers use ADO .NET too.

For example, in
http://msdn.microsoft.com/library/de...classtopic.asp

pay attention on the C++ part. :-)
Nov 17 '05 #8
Hi Ioannis!
Mabe you have missed to read to the end:


.NET facilities are the *same* for all languages. So in .NET programs,
C++ programmers use ADO .NET too.


Maybe I understood the question a little bit different than you... :->

I though about C++ programming "in general"; not only in managed worlds
(of course this is a managed C++ newsgroup...)

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #9
Jochen Kalmbach [MVP] wrote:
Maybe I understood the question a little bit different than you... :->

I though about C++ programming "in general"; not only in managed worlds
(of course this is a managed C++ newsgroup...)

I can't understand your answer. :-) C# is not tied with ADO .NET, that is, ADO .NET is not
part of the language.

C# language (more accurately C#/CLI) is just the syntax that takes advantage of a CLI
compliant VM machine (CLI is a standard). Its constructs map directly to the high-level
provided constructs of CLI, and does not provide something more than this.
For example if you know C# you can take advantage of Mono facilities (another CLI
compliant VM), like GTK#.
C++ on the other hand provides more than these (it comes with additional facilities of its
own).
So, there is not any "C++ counterpart" of ADO .NET.
Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1754
by: Andy | last post by:
Hello All, I'm currently getting into ASP and need some advice on any particular books or tutorials or websites that you can recommend so that I can get a good foundation on ASP as well as intermediate and advanced knowledge on the subject too. I would appreciate if you can point me to some books or websites or tutorials regarding this.
11
2118
by: Mark | last post by:
Hi, For the last 2 years I've been developing vehicle tracking/telemetric software for a company as a self employed individual. The project is quiet big, and is going to be there flagship product. Since I had no other work at the time, I agreed to a low rate when I first started which was £100 a day. The project started small, so it was only going to be for a few months, and I badly needed the money. The project soon balooned into...
2
1657
by: andyjgw | last post by:
Hi I'm a bit new to the designing of custom web page controls and using them in the properties designer window - need a little advice on a concept here. I have two properties in my control - one that is a server name, which when entered will populate a drop-down list for the second property. I know that to get a drop-down list I will either need my second
1
1561
by: Chris Lane | last post by:
Need Advice on prebuilt Exception Assemblies Please take a look at my post on the Titled: Need Advice on prebuilt Exception Assemblies posted on 04/21/04 Thank
3
3179
by: Sigmathaar | last post by:
Hi, I'm need some advice about lists and vectors. I'm doing a program who needs to have sequential access of a non ordered unit of objects whose size decreases almost each time the sequence is finished (at the begining I have about 2500 objects in the unit, after the first acces I have 2499, then 2435, then 1720 and so on). The problem is that sometimes after a whole sequence the number of objects in the unit remains unchanged. After...
4
2853
by: Web_PDE_Eric | last post by:
I don't know where to go, or what to buy, so plz re-direct me if I'm in the wrong place. I want to do high performance integration of partial differential eqns in n dimensions (n=0,1,2,3..etc) I want to do (fast) graphic output of the results. I used to use C. I want to upgrade my computer. Do I get dual core? Does C# support dual-core? Is C# as fast as the old C? Is there a new C? (or is C# the new version of C?) Is Visual Studio...
9
1543
by: laststubborn | last post by:
Dear All, We have a big concern in our Database system. We have 2000 transactions daily in our database. We need to replicate some how the database for our fail over setup. I tried transactional replication at midnight but our all systems locked and we had a lot of complaints from the customers and It was taking a lot of time to snapshot part and I had to abort it because of these reasons. I need an advice how I can create a replication...
7
2063
by: John Paul | last post by:
I'm thinking of building an e-commerce site in php. Anyone got any advice in building one? What is the best way to implement a payment system? Are any legal issues involved? Thanks,
51
2610
by: cool_ratikagupta | last post by:
hello friends i ha just started learning c can u all give me the tips to make myself strong in c lanuage . as i want to be the best in watever i do . so just a request from all of u here plz help me out in improving my c .plz guide me as a techer . to do my best in c lanuage . i m clear with the concepts i just want to improve in c . as programming is best when u use less memory space n less ilterations.
7
2170
by: SM | last post by:
Hello, I have a index.php template (2 columns). The right columns contains a bunch of links (interviews, poems, etc...) The left columns contains the actual article. So if I click on a link on the right menu, the article shows on the left column. The links have an url that look like this: http://www.myweb/library/?doc=194uf7s39
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10467
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10244
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10201
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.