Friday, July 31, 2009

Visual Express editions ????

Visual Web developer -Express edition


Visual C# Express edition


Visual VB.NET Express edition


SQL Server Express edition





are they free or not?





Is this legal to download freely?





what is diff b/w Visual Studio 2005 and Express Editon?

Visual Express editions ????
These are not free from microsoft and u can't expect these types of products free from them, i think sql server express edition is free.


It's not legal to download them except sql server.





visual studio is the complete package for developing ur applications that can be desktop or web based . It contains whole of the functionalities of all express editions, and each express edition is only for special purpose..
Reply:Yes the Express Edition are free,you can download it at-msdn.microsoft.com/vstudio/express/vb...


or vs/


Microsoft distribute it for free to motivate aspireing programmer it does not have the full capability of the paid version but it is quite good enough and you can create even a complex software with it, you can even access their data and samples when you go to the 'Help'-'How do I' but you got to register it for free at their website or it will have a limited time period.


Regarding your last question the Express Edition is free but I can't be sure about visual studio 2005, I seen it at their web site when I look for sample code.


Can Anyone Tell me how I can tell me how i know if I have a C++ compiler???!?!?

I have 3D developers studio for Visual C++ But I can't tell if I have a compiler, And I acually need to talk to some one if possible Just about C++ in general.

Can Anyone Tell me how I can tell me how i know if I have a C++ compiler???!?!?
If you have VS, you have compiler.





To test if you have the compiler, click debug -%26gt; compile from Visual Studio window.
Reply:"...how I can tell me..."?

flower beds

How to learn C Language?

Hi everybody,





I want to learn C Language and want to be expert in this language. But I am very confused that from where I should start to learn it. I have visual studio 6.0 installed on my pc that have Visual C++.





But when I open this application, I cann't understand what to do and how to do.





Can anybody help me please? And tell me also which Version of 'C' I should use and from where I should start to learn this language.





Pl. reply asap.





Thanx.

How to learn C Language?
Try learning from a book. It is best taught by a teacher. I am studying at calTech and i have never used C. C is a very old language. Try learning JAVA which is just an improvement over C
Reply:Borland C++ is a good program, but u should take a class called computer science to learn the c++ language, cos I am taking that right now.
Reply:well, i recommend Dev C++ and read this site :http://www.cplusplus.com/





http://actualtecnologia.blogspot.com
Reply:i compleated my diploma in computer applications,i don't know how to start and learn "c" language
Reply:please i suggest you one that u must learn by teacher to gain more knowledge about c.
Reply:Not much help with this stuff but im going to have to say i agree with what everyone said an responded to!!
Reply:First you should have TC (Turbo C - MS DOS program) to start with...At the moment forget about Visual studio...





Try the book 'Programming in ANSI C - E Balagurusamy'....for beginning





If you completely understand almost the concepts of this book, then go further trying more complex programs, you will decide what you should read for more understanding....





If you want to be expert in C, then take your time...and first clear this book....Have a nice journey in C... :-)


C++/MFC compilation error, help (c++ newbie)?

hi, i'm trying to learn using MFC and the first example i tried out didn't compile on visual c++ 2005. here it is:


i created a win32 empty project and added one source file with the following:





---





#include %26lt;afxwin.h%26gt;








class CMyApp : CWinApp


{


public:


virtual BOOL InitInstance();


};





class CMyWindow : CFrameWnd


{


public:


CMyWindow()


{


Create(0, L"My first app, ehi2");


}


};








BOOL CMyApp::InitInstance()


{


m_pMainWindow = new CMyWindow;





m_pMainWindow-%26gt;ShowWindow(m_nCmdShow)...


return TRUE;


}





CMyApp App;





-------





when i compile it says:


"Error 1 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] c:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h 24 "





what should i do?

C++/MFC compilation error, help (c++ newbie)?
From a google search: http://www.thescripts.com/forum/thread46...





And, you're writing MFC apps as a C++ newbie? That's terrible. You should learn C++ first before trying to do anything like MFC, GUI, win32 api, etc.
Reply:is this VC++ 2005 express, if it is AFAIK MFC is not supported on the express version
Reply:Its been a while since I have programmed C++ but off hand you might want to check and make sure you have all the libraries that you are using linked in the properties in Visual Studio.


C++ EXPERTS!! HELP!! Please??

I use:





#include %26lt;iostream.h%26gt;





main()


{


cout %26lt;%26lt; "Hello World!";


return 0;


}





In MS Visual C++ and always get the same error!!





1%26gt;c:\documents and settings\c j smith\my documents\visual studio 2005\projects\test\test\test.cpp(6) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory


1%26gt;Build log was saved at "file://c:\Documents and Settings\c j smith\My Documents\Visual Studio 2005\Projects\test\test\Debug\BuildLog.h...


1%26gt;test - 1 error(s), 0 warning(s)


========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========





And a pop up?





Unable to start program c:\documents and settings c j smith\my documents\visual studio 2005\projects\test\debug\test/exe.





The system cannot find the file specified.





PLEASE HELP!

C++ EXPERTS!! HELP!! Please??
It should be this:





#include %26lt;iostream%26gt;





using namespace std;





int main()


{


cout %26lt;%26lt; "Hello World!";


return 0;


}
Reply:The ".h" in "iostream.h" is archaic and should not be used. That line should read:





#include %26lt;iostream%26gt;





Also, you might want to give main() a type.... int main() and void main() are both acceptable.


How to install C#?

Setup Visual C# 2005 Express Edition


GET TO RIGHT - Yes, I have the installed media.


C:\Program Files\Microsoft Visual Studio 8\


WRONG - Install %26gt; - Unable to locate the product. Please enter the location of Microsoft Visual C# 2005


Express Edition - ENU


How correct to installing for setup Visual C# 2005 Express Edition ???

How to install C#?
Take it and install it from here:





http://msdn.microsoft.com/vstudio/expres...

wedding flowers

C program based on AI reasoning for Bioinformatics data processing?

I am getting the error below when i try to compile my source file in C using visual c++ 2008





------ Build started: Project: Biodata_main, Configuration: Debug Win32 ------


Compiling...


Biodata_main.c


d:\documents and settings\olawale\my documents\visual studio 2008\projects\biodata\biodata_main.c(131... : error C2065: '__argc' : undeclared identifier


d:\documents and settings\olawale\my documents\visual studio 2008\projects\biodata\biodata_main.c(131... : error C2065: '__argv' : undeclared identifier


d:\documents and settings\olawale\my documents\visual studio 2008\projects\biodata\biodata_main.c(131... : warning C4047: 'function' : 'const char **' differs in levels of indirection from 'int'


d:\documents and settings\olawale\my documents\visual studio 2008\projects\biodata\biodata_main.c(131... : warning C4024: 'mclRunMain' : different types for formal and actual parameter 3


Biodata_main - 2 error(s), 2 warning(s)


========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

C program based on AI reasoning for Bioinformatics data processing?
int main(int argc, char* argv[])