Search Results

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: aeinstein ; Forum: C++ and child forums
Forum: C++ Aug 27th, 2006
Replies: 11
Views: 5,291
Posted By aeinstein
Thanks WaltP for the suggestion. After reading a couple of posts made to this forum indicating that DEV-C++ would be amongst the preferred free compilers, I've actually already decided to switch over...
Forum: C++ Aug 26th, 2006
Replies: 6
Views: 1,442
Posted By aeinstein
Gunner54, what OS are you running?
Forum: C++ Aug 24th, 2006
Replies: 14
Views: 2,570
Posted By aeinstein
wingwarp

What WolfPack said, and please post your code so "we" can see what the issue(s) might be - help "us" help you and your problem will likely be resolved a lot quicker.
Forum: C++ Aug 23rd, 2006
Replies: 12
Views: 6,766
Posted By aeinstein
Just not to overlook the obvious, but did you search the directory where you installed Dev-C++ for "iostream" to make sure iostream.h and iostream.cpp are there?
Forum: C++ Aug 23rd, 2006
Replies: 4
Views: 2,592
Posted By aeinstein
Thanks for the link Dave, quite helpful. BTW, even though I've only read the first few paragraphs, the externally linked 100 pg. pdf file promises to be a very interesting read! Thanks again! :)
Forum: C++ Aug 22nd, 2006
Replies: 4
Views: 2,592
Posted By aeinstein
That makes a lot of sense Ancient Dragon - thanks for the reply!
Forum: C++ Aug 22nd, 2006
Replies: 4
Views: 2,592
Posted By aeinstein
Hi All,

Is the naming convention typically used for C++ vector arrays, with multi-word identifiers, to use an underscore between the words?

I'm finishing up a C++ course offered by the local...
Forum: C++ Aug 21st, 2006
Replies: 11
Views: 5,291
Posted By aeinstein
In this thread (http://www.daniweb.com/techtalkforums/thread46884.html) WolfPack provide me a link to the online reference manual (http://www.digitalmars.com/ctg/sc.html) for the free Digital Mars...
Forum: C++ Jun 3rd, 2006
Replies: 3
Views: 1,552
Posted By aeinstein
Just got a reply message from my instructor - and now I've got a wee bit of egg on my face!!! :( He had a link on the course website detailing everything I needed to know, and then some, right from...
Forum: C++ Jun 3rd, 2006
Replies: 1
Views: 1,284
Posted By aeinstein
Well, guess what? There was an extra end-of-line character in each of the last two string assignments, and that was the issue all along. Funny, I read and re-read that code listing a dozen times or...
Forum: C++ Jun 3rd, 2006
Replies: 1
Views: 1,284
Posted By aeinstein
Hi All,

The program below is returning the following data...

A
1
AB
(empty line)
3
9
Forum: C++ Jun 3rd, 2006
Replies: 7
Views: 3,101
Posted By aeinstein
Hi Dave,

First off, thanks for the timely reply posts - very much appreciated! As for your latter two points, now that you've brought them up, I can see how they would be - and will be - good...
Forum: C++ Jun 3rd, 2006
Replies: 7
Views: 3,101
Posted By aeinstein
Thanks! I could have sworn that I had written programs already that used cin with multi-alphabetic characters and whitespaces, but, after opening around 50 files or so to check, all of them had cin...
Forum: C++ Jun 3rd, 2006
Replies: 7
Views: 3,101
Posted By aeinstein
Hi All,

If the user is to input text - alphabetic or numeric, when is it advantageous to use getline rather than cin? It's obviously easier to code something like cin >> favoriteVacationSpot; than...
Forum: C++ Jun 1st, 2006
Replies: 3
Views: 1,552
Posted By aeinstein
:cool: looks like that worked - had my doubts at first, since there's a space between the two file names; figured the compiler would only recognize the first file - I'll have to finish the exercise...
Forum: C++ Jun 1st, 2006
Replies: 3
Views: 1,552
Posted By aeinstein
Hi All,

Short story: How do you compile two .cpp files at once?

Text excerpt: "Step-by-Step 4-1: 1. Open apstring.cpp and stringex.cpp into a project in your compiler. The file apstring.h must...
Forum: C++ May 31st, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
Obviously that's good advice for someone who's decided to commit to programming, which I haven't. I'll look into a specific IDE when I don't have to follow course requiremets - for now I have to use...
Forum: C++ May 30th, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
For those who may be interested:

TextPad (http://www.textpad.com/products/textpad/index.html) - This apparently is a "shareware" product - please remember to pay the requested $29.00 [USD], if you...
Forum: C++ May 29th, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
Hi WolfPack,

OK, I'll definitely watch out for that in the future - I used notepad and, to the best of my recollection, I didn't use tabbing at all, but maybe a couple inadvertent ones got by! :) ...
Forum: C++ May 29th, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
Thanks a lot Wolfpack, exactly the kind of info I was looking for!!! It may be a trivial program - not surprising since we've only covered the first three chapter of an novice level C++ text - but...
Forum: C++ May 29th, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
Basically, exactly what I put in the thread title.

With that I see that I could have declared and initialized the "cutoff" variable in one statement rather than two. Which then begs the question,...
Forum: C++ May 29th, 2006
Replies: 11
Views: 2,333
Posted By aeinstein
Hi All,

As a non-required, ungraded, "activity", I coded the following program, and I'm wondering if there was an easier way for me to of solved the problem. Please note that this is only a...
Forum: C++ May 23rd, 2006
Replies: 4
Views: 4,991
Posted By aeinstein
Hi Sunnypalsingh, Ancient Dragon & ivanCeras,

Thanks for all of your help, it's much appreciated, and it did answer the questions I had! :)
Forum: C++ May 23rd, 2006
Replies: 4
Views: 4,991
Posted By aeinstein
Hi all,

I'm transistioning from the networking end of things and moving to the programming side, so, even though I've been around here for quite awhile, I have a pretty basic queston: since the...
Forum: C++ Oct 4th, 2003
Replies: 10
Views: 5,826
Posted By aeinstein
thanks 4 ur email camelNotation - i wish i could help but unfortunately i don't know anything, as yet, about c++
Forum: C++ Mar 5th, 2003
Replies: 19
Views: 5,410
Posted By aeinstein
Look's like I stand corrected - pleasantly surprised you to took the time to make another reply Bob.
Forum: C++ Mar 5th, 2003
Replies: 5
Views: 4,395
Posted By aeinstein
My other post on this homework stuff pretty much sums up how I feel.
Forum: C++ Mar 3rd, 2003
Replies: 19
Views: 5,410
Posted By aeinstein
LOL! OK, with an attitude like that, just what CENTURY do you think it's going to be before Bob helps you with an assignment again? ROFLOL! :D
Forum: C++ Feb 28th, 2003
Replies: 37
Views: 12,910
Posted By aeinstein
the ah, promiscuous Alice post
Forum: C++ Feb 27th, 2003
Replies: 37
Views: 12,910
Posted By aeinstein
ROFLMBO!!! one in particular stands out ... something about virues, or lack there of! ;)
Forum: C++ Feb 27th, 2003
Replies: 19
Views: 5,410
Posted By aeinstein
that was my point *exactly*!!!
Forum: C++ Feb 27th, 2003
Replies: 19
Views: 5,410
Posted By aeinstein
Pardon me, Bob, but don't you think a pm on that would have been more appropriate?
Forum: C++ Feb 27th, 2003
Replies: 37
Views: 12,910
Posted By aeinstein
i dunno, Alice could be kinda funny at times! granted most of the time she was definitely a blonde's blonde tho! ;)
Forum: C++ Feb 23rd, 2003
Replies: 37
Views: 12,910
Posted By aeinstein
nice site Roberdin
Forum: C++ Feb 14th, 2003
Replies: 37
Views: 12,910
Posted By aeinstein
gosh, to be 14 again - with your moxie Thamior!!! :-)
Forum: C++ Dec 16th, 2002
Replies: 18
C++
Views: 5,296
Posted By aeinstein
Guys could wear a pajama.
Forum: C++ Jun 18th, 2002
Replies: 10
Views: 6,799
Posted By aeinstein
yeah, i new about the diffs btwn the Intel Complex sets and the Motorolla Reduced sets but wasnt quite sure there was a Magic Compiller out there that would, well, work magic! ;)
Forum: C++ Jun 17th, 2002
Replies: 10
Views: 6,799
Posted By aeinstein
why am i going 2 ask this question? i know the answer! so why am i still compelled to ask? curiousity? yes! fascination? yes! real of possiblities?.... i know assembler is a pc based language,...
Forum: C++ Jun 2nd, 2002
Replies: 5
Views: 6,988
Posted By aeinstein
AWESOME!!! even any1 decides to check out the pricing please post... not what i want to get into @this point, but it does look VERY interesting - and madd kewl!!! 8)
Forum: C++ Jun 2nd, 2002
Replies: 13
Views: 11,454
Posted By aeinstein
LOL! didnt c the smiley @ the end - sorry! ...and i WAS wearing my glasses! ;)
Showing results 1 to 40 of 44

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC