Forum: C++ Aug 11th, 2005 |
| Replies: 12 Views: 4,436 All Right!
Now we're talkin. I just didn't understand the {} thing in the earlier post.
I'm still on a learning curve, but I sur appreciate the help here.
I thought the comiler caught all the... |
Forum: C++ Aug 11th, 2005 |
| Replies: 12 Views: 4,436 It's not that I ignored it, I tried it and it and got tons more errors than before I tried it.
#include <iostream>
#include <cmath>
using namespace std;
int main() |
Forum: C++ Aug 11th, 2005 |
| Replies: 12 Views: 4,436 OK, I fixed the '2' problem
when I take the ; from in front of float
I get :
Compiling...
ResistancePar.cpp
G:\VC++60\ResistancePar\ResistancePar.cpp(6) : warning C4518: 'float ' :... |
Forum: C++ Aug 11th, 2005 |
| Replies: 12 Views: 4,436 Well, I have gotten down to one error.
missing function header.
Anyone have any ideas?
#include <iostream>
#include <cmath>
using namespace std;
int main() |
Forum: C++ Aug 10th, 2005 |
| Replies: 12 Views: 4,436 I tried that and I still got some errors
I changed it ti this:
#include <iostream>
#include <cmath>
using namespace std;
int main() |
Forum: C++ Aug 10th, 2005 |
| Replies: 12 Views: 4,436 Hello all :p
I was working on this simple program with a formula for
calculating parallel resistance. I was getting all kinds
of errors at first but I am still getting these few.
... |
Forum: C++ Jul 24th, 2005 |
| Replies: 6 Views: 2,119 I checked out PlanetSourceCode.com, It does have a lot of codes, thats for sure. But I'm looking for more of a quick reference book on code, like
int main (int argc, char* argv[])... |
Forum: C++ Jul 23rd, 2005 |
| Replies: 6 Views: 2,119 Thanks for the info, but I went to the Borland site and could not find that particular download. There was many file to download. you would happen to be able to post the link here? I would greatly... |
Forum: C++ Jul 22nd, 2005 |
| Replies: 2 Views: 5,373 Hello,
I am just messin around with this "A Simple Win32 GUI Introduction" snippet I found on this site. I am able to paste it in to a simple project in my Visual C++ application and run it.... |
Forum: C++ Jul 22nd, 2005 |
| Replies: 6 Views: 2,119 Hello All,
I am new to programming and have several books on starting out with C++.
I was just curious if there was a publication that has a list of codes and there functions and Syntax. Perhaps... |
Forum: C++ Jul 22nd, 2005 |
| Replies: 10 Views: 2,508 Hey bryce,
I am also new to programmimng, and have realized that you need to start from the beginning like vegaseat says. I have been reading C++ Demystified by jeff Kent. I aquired it through... |
Forum: C++ Jul 9th, 2005 |
| Replies: 7 Views: 9,949 Thanks Guy's!
That was it! Funny how one wrong step can make a big difference :) |
Forum: C++ Jul 9th, 2005 |
| Replies: 7 Views: 9,949 Hi all!
I am getting compile errors when it is Linking.
--------------------Configuration: CIRCLE - Win32 Debug--------------------
Compiling...
circle.cpp
Linking...
LIBCD.lib(wincrt0.obj)... |
Forum: C++ Jul 7th, 2005 |
| Replies: 8 Views: 2,706 Thanx All!
Your suggestions worked :p
I do want to know why, when I cut and paste one of the Cplusplus snippets
here and paste it into my editor and try to build it I get an error.
I am... |
Forum: C++ Jul 7th, 2005 |
| Replies: 8 Views: 2,706 Is this something to do with studio .Net? because in VS 6.0 it doesn't do this. |
Forum: C++ Jul 6th, 2005 |
| Replies: 8 Views: 2,706 I wrote a simple program to print out Testscore in Visual Studio .Net 2003
and got the following messages when trying to run it.
'TestScore.exe': Loaded 'D:\Documents and Settings\pooleb\My... |
Forum: C++ Jul 1st, 2005 |
| Replies: 6 Views: 5,545 Hello All,
I posted this over in the Software Forum, but I realized that maybe it belongs over here.
I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn... |
Forum: Windows Software Jul 1st, 2005 |
| Replies: 2 Views: 5,929 Hello All,
I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming
and wanted to know the difference and which one would be the best to start with. My company... |
Forum: Community Introductions Jun 29th, 2005 |
| Replies: 317 Views: 127,889 Hello Everyone,
I am new here. I am probably old compared to most of you. But my mind is still young.
I am an electrical engineer, trying to learn C++ programming. I found this place by accident... |