Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 10-03-2007, 12:05 AM   #1 (permalink)
complete
Code Monkey
 
complete's Avatar
 
Join Date: Jul 2005
Location: St. Louis
Posts: 71
complete is on a distinguished road
Visual C++ 2005 Express Edition

I am going to give Visual C++ 2005 Express Edition a go and see if I can write a windows app without MFC.

Does anyone have any experience in this? I want to create a simple windows interface. To begin with, what project type should I choose? CLR, Win32 or General?
__________________
46 45 52 4D 49 20 57 41 53 20 4A 45 44 49 2E 10
20 53 41 47 41 4E 20 57 41 53 20 53 49 54 48 2E
complete is offline   Reply With Quote
Old 10-03-2007, 11:26 AM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,545
Valmont is on a distinguished road
Sure you can do it withough MFC. Try it with .NET. I feelt it's very cool.
However, better find a tutorial on C# or VB .NET 2.0 and follow a beginners course. It's pretty useless to start GUI coding without knowing anything about the .NET framework.

If you like GUI's and a powerfull programming-environment then go for it!
__________________
Valmont is offline   Reply With Quote
Old 10-03-2007, 02:29 PM   #3 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
.NET with its 30 Megs footprint in memory is certainly for beginners.

But just writing a powerfull GUI with CreateWindowEx() is tough but cool!
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote
Old 10-03-2007, 09:33 PM   #4 (permalink)
complete
Code Monkey
 
complete's Avatar
 
Join Date: Jul 2005
Location: St. Louis
Posts: 71
complete is on a distinguished road
C# looks pretty good.

I built my first app easily.

I am looking for a good example of how do to a simple read and write of a file. Any suggestions?
__________________
46 45 52 4D 49 20 57 41 53 20 4A 45 44 49 2E 10
20 53 41 47 41 4E 20 57 41 53 20 53 49 54 48 2E
complete is offline   Reply With Quote
Old 10-04-2007, 04:30 AM   #5 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Code:
#include <stdio>

FILE *stream = fopen("myfile.txt", "a+");
fputs("my file content", stream);
fclose(stream);
but this should be in a different topic
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote
Old 10-04-2007, 07:21 AM   #6 (permalink)
complete
Code Monkey
 
complete's Avatar
 
Join Date: Jul 2005
Location: St. Louis
Posts: 71
complete is on a distinguished road
Quote:
Originally Posted by DJMaze View Post
Code:
#include <stdio>

FILE *stream = fopen("myfile.txt", "a+");
fputs("my file content", stream);
fclose(stream);
but this should be in a different topic
I think it is C++ code and not C# anyway.
__________________
46 45 52 4D 49 20 57 41 53 20 4A 45 44 49 2E 10
20 53 41 47 41 4E 20 57 41 53 20 53 49 54 48 2E
complete is offline   Reply With Quote
Old 10-04-2007, 08:01 AM   #7 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,693
redhead is on a distinguished road
And wasn't your request posted in a C++ thread ?
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EnterpriseDB 2005 Wins Best Database Award at LinuxWorld technobard Code Newbie News 2 09-06-2005 07:41 PM
Hitcounter problem sarah31 PHP 17 06-22-2005 01:58 PM
getting C# projects to run on Visual Studio .NET 2003 Apodysophilia MS Technologies ( ASP, VB, C#, .NET ) 3 02-21-2005 08:24 PM
Visual Studio 2005 Express Beta Products rdove Code Newbie News 1 06-30-2004 06:33 AM


All times are GMT -8. The time now is 11:44 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting