Is there a way to read with/write into databases with C++?
Jay Minor
Posts
-
C++ and Databases -
missing headersThanks, I saw them. But, I keep on getting this error: test1 error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Would you know a solution?
-
C, C+, C# to C++Well I don't care much about C#; most importantly I want to know if I can code C and C+ in C++. ex. a very basic app like some calculations
-
missing headers -
C, C+, C# to C++Is it possible to execute C, C+, and C# in C++?
-
c++ and Microsoft Accessprefer directly but it'll be very nice if u can explain both ways? thanks in advance
-
.dat [modified]would you please teach me how to use those functions you mentioned-imma begginer. :) thank u
-
.dat [modified]i saw the thread, wat he wants was alittle different-in general, i want to know if there is a code that creates new files (like .dat files)
-
c++ and Microsoft Accessis it possible to work w/ Microsoft Access files in C++?
-
.dat [modified]how do i create a .dat file in c++ (not usins save as but in code)? Jay -- modified at 8:22 Thursday 10th May, 2007 sorta like a temporary file
-
Novice Programmer here: Linkingthis is what i dont want to do: #include "c:/.....", since i can (like u said) add an existing item to my project, so instead of typing the file path all the time, cant i just do something like #include "filename.cpp" wich is already in the project?
-
Novice Programmer here: Linkingmy intent was to include it in the actual program (not just the project)
-
Novice Programmer here: Linkingsorry, i wanted to link source files
-
Novice Programmer here: Linkingi ment linking surce files (.cpp) not .rc files
-
visual studio 2005i know things generally crash in the next few weeks: to be on the safe side, have a copy of windows xp when a problem arises. xp is better for development because you're not losing cpu power compared to vista
-
Novice Programmer here: LinkingI know this is a stupid question but: how do I link (or include) only resource files within my project? Jay