Thread: Why nothing but beginner questions?

  1. #76
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Dave11 View Post
    I don't think we see the same thing.
    curently C++ is number 3 as of October 2015. it was ranked 4 last year's October.
    You really need to scroll down. Or you will keep missing the forest for the trees.

    Anyways, I was more inspired to thinking I could be wrong by Phantomotap argument that there are studies indicating an increase in C++ projects. TIOBE index is too weak as it opens itself too much to correlation.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #77
    Registered User
    Join Date
    Dec 2013
    Posts
    241
    Again, back in 2002, C++ defenitly was the dominating language. other languages did make their share out of the interest - cake. so yes, the interest in C++ has decresed but so for Java and PHP. this is organic flow that more languages = the interest share spilts more. and yes, the interest in C++ has decreased because many people prefere someting simple and trendy.

    so what? the precentage of interest in C++ is still the third, and even climbed from last year score.

  3. #78
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by Mario F. View Post
    Anyways, I was more inspired to thinking I could be wrong by Phantomotap argument that there are studies indicating an increase in C++ projects.
    I don't think new or existing project count is a very good indicator. There are too many unknowns; how much weight does a projects size, maintainer count, usage, age, update frequency, etc carry?

  4. #79
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Yarin View Post
    I don't think new or existing project count is a very good indicator. There are too many unknowns; how much weight does a projects size, maintainer count, usage, age, update frequency, etc carry?
    I wasn't very convinced, even because the explanation as to how those values were found isn't very convincing. However, if to be believed, a factual increase of the number of worldwide projects in C++ must count for something. Regardless of project size, relevance and, to a more limited extent, the people involved.

    Quote Originally Posted by Dave11 View Post
    Again, back in 2002, C++ defenitly was the dominating language. other languages did make their share out of the interest - cake. so yes, the interest in C++ has decresed but so for Java and PHP. this is organic flow that more languages = the interest share spilts more. and yes, the interest in C++ has decreased because many people prefere someting simple and trendy.

    so what? the precentage of interest in C++ is still the third, and even climbed from last year score.
    Ok.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #80
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Dave11
    so what? the precentage of interest in C++ is still the third, and even climbed from last year score.
    The trend is downwards though, but then as can be seen from the same graph it could be a local minimum, and in fact the previous local minimum was the reason for the October 2014 ranking for C++ to be fourth rather than third.

    Anyway, my guess for the rating and hence ranking of C on this index would be that, along with Java, it remains a popular choice for introductory programming languages in educational institutions, hence we get far more beginner questions for C than for C++.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  6. #81
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    I think that part of the reason we get more C questions than C++ questions might be the name of the board "cprogramming.com". cplusplus.com seems to get predominately C++ questions and seems much more active than this site.

    Jim

  7. #82
    Registered User Euclid365BCE's Avatar
    Join Date
    Jul 2015
    Location
    USA
    Posts
    33
    Quote Originally Posted by Nominal Animal View Post
    Just out of curiosity, have you tried whether wearing a tin-foil beanie changes your opinion on this?

    Edited to add:

    I'm not trying to be snarky; I'd just like to exclude the possibility of an extraterrestrial stupid ray. I'm semi-serious: looking at the last few weeks political events here in the cold northern europe, such a ray would explain so, so much ...

    Sure, occasionally a beginner programmer will blow your mind, by providing a completely new viewpoint to the problem you might not have even considered. Unfortunately, I haven't seen those either, in weeks. Months. Even then, the original utterance usually stems from confusing some concepts. (Which does not change the value of the new insight, but is indicative of the rarity.)

    The kind of questions prevalent here and elsewhere (StackOverflow sites, for example) are those that are best answered by quoting either the programming language specification or standard, or a well-written programming manual for that programming language. Nothing new, just people working through the variations of same. Questions involving new solutions seem to have vanished. Where? Why?
    Perspective is a profound word, and I appreciate yours (all advanced); now, mine. Without question, ad-nauseum diatribe of basic questions and students seeking code fix with zero personal effort, well, sucks. We (some beginners) get it. Please remember, however, not everyone who studies programming does so in bootcamp, university or geek peer group. Much is learned by studying text, tutorial and problems; but, without some level of feedback from programming community, much is also missed. I use cboard to fill that gap.

    All advanced, please remember there is personal and collective value in sharing knowledge, and a beginner question does not always infer incompetence.

  8. #83
    Ticked and off
    Join Date
    Oct 2011
    Location
    La-la land
    Posts
    1,728
    TL;DR:

    We know.

    But, to be worth the effort and interest to "advanced" members too, the site needs "advanced questions" as well. I personally am wondering where the heck such questions are being posed; and slightly afraid that asking such questions has become rarer now because shipping fast and often is more important than technical quality.



    Quote Originally Posted by Euclid365BCE View Post
    Please remember, however, not everyone who studies programming does so in bootcamp, university or geek peer group.
    My first programs were copied from magazines, painstakingly, line by line. I learned not to try the program halfway through without saving it the hard way. The only reference I had was the Commodore 64 manual. Later on, after I got my first '286 PC -- a Hyundai clone with a whopping 40 megabyte hard drive, of which 32 was accessible! --, saved up for a modem, to painstakingly download Ralf Brown's Interrupt List.

    My first commercial program was a system of generating and embedding a serial number to a program I didn't get the source code to. I had to compare two binaries with different serials to locate the serial number itself.. I replaced the relocation code in the executable files with my own, optimized version -- except that it also regenerated and compared the serial numbers. Not having enough money to buy TASM, I did it using MS-DOS debug, which is a feat I'm still a bit proud. News like this feel more than a bit insulting, because some of us old folks did that over two decades ago, and got paid, too.

    All this is just to say, I hear you. (I think I wouldn't be wrong if I wrote, we hear you, but I don't want to put words into the mouths of others oldsters here.)

    I personally never recommend any specific programming guides for new learners, because I didn't have any when I started. I did get formal education in programming later on in the University, which is definitely a plus -- I most enjoyed algorithms (although I found Mark Allen Weiss' Algorithm Analysis in C on my own), and although the mathematical analysis involved in algorithm complexity analysis is dull, it has been surprisingly useful on occasion.

    Yet, I myself definitely do my best work in a group. A mixed group, including both main genders, with just partially overlapping strengths, seems to be optimal. The way I learned was definitely not "optimal" in any way; it only worked for me, because I was interested and didn't have that much else to do at the time (dark long winters above the Arctic Circle and all).

    Having a place to ask, wonder, question freely, is definitely better.

    Having such a place, and one where your person -- age, gender, physical detail or looks, skin color, native language, political views -- does not matter, and we can concentrate on the issues at hand, is nothing short of wonderful.

    Quote Originally Posted by Euclid365BCE View Post
    a beginner question does not always infer incompetence.
    Of course not. However, many (not even most, just many) people find it easier to post a question -- often to multiple programming boards -- rather than read through the tutorials to find the answer. This is the reason boards like this require the asker to show their effort first.

    Incompetence does not come into the picture at all, really. It is a matter of whether the asker is genuinely trying to learn and find an answer, and spending the requisite effort, or if they're just trying to get their homework/work done by others with the least effort spent by themselves.

    (Those who answer, now that's a completely different ball game. Not acknowledging their errors in their statements (or worse yet, silently deleting their post about it), is an especially sore point for me, and gets me furious.)

    Quote Originally Posted by Euclid365BCE View Post
    All advanced, please remember there is personal and collective value in sharing knowledge
    I'm conflicted whether to agree (because the statement is true), disagree (because the personal value in sharing knowledge is a complex question in real life, and would require a bit of game theory to actually hash out), or be offended (because asking someone to remember they stand on the shoulders of giants, insinuates they have forgotten that fact, and are guilty of hubris).

    I do love helping others to learn. Obviously, so do others, too; the amount of help that Laserlight and others provide is nothing short of astonishing.

    However, for personal reasons, my capability/capacity to help new programmers is very limited. I freely admit, I am a member here mostly because difficult algorithmic/programming questions are like a drug to me; I am addicted. Unlike physical substances, solving such questions bolsters my self-image, and give me energy to do more (especially the day-to-day mundane stuff).

    What's more, I get to learn new stuff, too!

    I do occasionally help new programmers, but mostly only if I see I might be able to make an impact large enough to make it worthwhile to more people than just the two of us (the asker, and myself). I definitely try to write my answers so that they don't cover just the particular case the asker is asking, but also some of the similar cases, too. And not just show the solution, but also show how, and why, I arrived at the solution.

    If there are no intriguing questions, I would be unable to participate here. Not because I don't care, but because it would not be possible for me; instead of being a positive experience, it would be a plain drain on my time and mental resources, with little to no positives.

    The moment when a learner truly groks a new concept is glorious, and definitely gives me an energy boost, but it is too rare to occur in the midst of a problem discussion to be a truly balancing factor. Typically, answers and hints here cause the Heureka! moment to occur later on, offline. Not any less important, but it just does not give the feedback I'd need.

    Respect or adulation is not a factor for me. My familial and cultural background is such that I perceive humanity "flat"; the conception of one person being "above" or "more important" than another is just ridiculous to me. (Except for children, because they need protection and nurture to grow into fully capable adults; and have unknown potential.)

    A simple "thanks" is enough, although a note that describes an Heureka! moment (and shortly outlines it, not just for me but for others, too) is what I really hope for.

    (As an aside: A person should not be respected for their knowledge anyway in the typical sense of the word. Knowledge should be tested, questioned, at all times. Logic, and informative, clear, and robust algorithms and logical structures (those that effectively hold against even unexpected questions) are definitely valuable and might warrant respect, though. Respect the work, not the person, is what I'm saying.)

    I would bet real money that I am not an exception. I'm weird, sure, but I bet many "advanced" members share some or most of my points above.

  9. #84
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by Nominal Animal View Post
    A mixed group, including both main genders, with just partially overlapping strengths, seems to be optimal.
    o_O
    O_o

  10. #85
    Ticked and off
    Join Date
    Oct 2011
    Location
    La-la land
    Posts
    1,728
    Quote Originally Posted by Yarin View Post
    o_O
    O_o
    Bad wording? I dunno.

    I'll work with anyone with any gender. Having clearly masculine and clearly feminine types present in the group seems to yield better results.

    (Compared to, say a group where everyone tries hard to be politically correct and keep their gender and sex out of every issue they discuss or encounter.)

    However, I do not mean that my group should only contain clearly male or clearly female people; just that in my view, the overall performance and dynamic is better if there are at least one each to cover the extremes. Lots of room for everyone else in the middle, no matter how they define their genders.

    Also, note that I'm not talking about how people present themselves socially, I am talking about how they actually perceive and approach problems and solutions. Gender affects that.

  11. #86
    Registered User Euclid365BCE's Avatar
    Join Date
    Jul 2015
    Location
    USA
    Posts
    33
    We know.

    But, to be worth the effort and interest to "advanced" members too, the site needs "advanced questions" as well. I personally am wondering where the heck such questions are being posed; and slightly afraid that asking such questions has become rarer now because shipping fast and often is more important than technical quality.
    Understood. If a site is not readily available, maybe someone should spear head the effort? Maybe it wouldn't be utilized; evolution.


    My first programs were copied from magazines, painstakingly, line by line. I learned not to try the program halfway through without saving it the hard way. The only reference I had was the Commodore 64 manual. Later on, after I got my first '286 PC -- a Hyundai clone with a whopping 40 megabyte hard drive, of which 32 was accessible! --, saved up for a modem, to painstakingly download Ralf Brown's Interrupt List.
    LOL. That's a little how I feel using this "Learn C in One Hour a Day" text. It is so abbreviated, it feels like solving a puzzle. Maybe a better book was/is recommended.


    My first commercial program was a system of generating and embedding a serial number to a program I didn't get the source code to. I had to compare two binaries with different serials to locate the serial number itself.. I replaced the relocation code in the executable files with my own, optimized version -- except that it also regenerated and compared the serial numbers. Not having enough money to buy TASM, I did it using MS-DOS debug, which is a feat I'm still a bit proud. News like this feel more than a bit insulting, because some of us old folks did that over two decades ago, and got paid, too.
    That kind of painful work builds deep knowledge. #respect


    All this is just to say, I hear you. (I think I wouldn't be wrong if I wrote, we hear you, but I don't want to put words into the mouths of others oldsters here.)
    Thank you for taking this attitude. Willingness for experts to listen to novices demonstrates personal character and indicates they are true learners.


    I personally never recommend any specific programming guides for new learners, because I didn't have any when I started.
    I would rethink this statement. Someone in your position can quickly assess the utility of current learning tools and direct new learners to the best resources. This is an efficient process: efficient for the new learner, and efficient for the expert as he/she better replicates knowledge. Also, just because grandpa walked to and from school, uphill, 7 miles each way -- in the snow, every day -- doesn't mean grandkid should do the same two generations later when mankind can control weather patterns, harness iron machinery and generally has better methods to carry on with the ennui of "living".


    I did get formal education in programming later on in the University, which is definitely a plus -- I most enjoyed algorithms (although I found Mark Allen Weiss' Algorithm Analysis in C on my own), and although the mathematical analysis involved in algorithm complexity analysis is dull, it has been surprisingly useful on occasion.
    Jealous!


    Yet, I myself definitely do my best work in a group. A mixed group, including both main genders, with just partially overlapping strengths, seems to be optimal. The way I learned was definitely not "optimal" in any way; it only worked for me, because I was interested and didn't have that much else to do at the time (dark long winters above the Arctic Circle and all).
    All this means is you are a geek which means "awesome", "wizard" and "rules the word" in Webster 2015. Also, "main genders" is in fact a correct differentiation in our 2015 gender-bender society (USA).


    Having a place to ask, wonder, question freely, is definitely better.

    Having such a place, and one where your person -- age, gender, physical detail or looks, skin color, native language, political views -- does not matter, and we can concentrate on the issues at hand, is nothing short of wonderful.
    100% agree!


    Of course not. However, many (not even most, just many) people find it easier to post a question -- often to multiple programming boards -- rather than read through the tutorials to find the answer. This is the reason boards like this require the asker to show their effort first.

    Incompetence does not come into the picture at all, really. It is a matter of whether the asker is genuinely trying to learn and find an answer, and spending the requisite effort, or if they're just trying to get their homework/work done by others with the least effort spent by themselves.

    (Those who answer, now that's a completely different ball game. Not acknowledging their errors in their statements (or worse yet, silently deleting their post about it), is an especially sore point for me, and gets me furious.)
    Yes, I understand. I feel the same way. Also, the answers others provide don't have the same impact when someone hasn't spent some time trying to solve the problem themselves, first. A drink of water is always beneficial, but one really appreciates when he/she is truly thirsty.



    I'm conflicted whether to agree (because the statement is true), disagree (because the personal value in sharing knowledge is a complex question in real life, and would require a bit of game theory to actually hash out), or be offended (because asking someone to remember they stand on the shoulders of giants, insinuates they have forgotten that fact, and are guilty of hubris).
    The statement is true at first glance; then, potentially is false after deeper consideration of personal value of knowledge sharing; but, NEVER is offensive because said asker could not even type his statement or response without the giants who built the hardware and software he uses to communicate! No disrespect intended! He knows.


    I do love helping others to learn. Obviously, so do others, too; the amount of help that Laserlight and others provide is nothing short of astonishing.
    Hmmm, maybe the above statement is not potentially false ..


    However, for personal reasons, my capability/capacity to help new programmers is very limited. I freely admit, I am a member here mostly because difficult algorithmic/programming questions are like a drug to me; I am addicted. Unlike physical substances, solving such questions bolsters my self-image, and give me energy to do more (especially the day-to-day mundane stuff).
    I could psycho-analyze here, but defer; you are just a good American who may find his intrinsic value in what he does. Cue religious discussion ... PC +1.


    What's more, I get to learn new stuff, too!

    I do occasionally help new programmers, but mostly only if I see I might be able to make an impact large enough to make it worthwhile to more people than just the two of us (the asker, and myself). I definitely try to write my answers so that they don't cover just the particular case the asker is asking, but also some of the similar cases, too. And not just show the solution, but also show how, and why, I arrived at the solution.
    Thanks, remember Euclid365BCE in those occasional moments.


    If there are no intriguing questions, I would be unable to participate here. Not because I don't care, but because it would not be possible for me; instead of being a positive experience, it would be a plain drain on my time and mental resources, with little to no positives.

    The moment when a learner truly groks a new concept is glorious, and definitely gives me an energy boost, but it is too rare to occur in the midst of a problem discussion to be a truly balancing factor. Typically, answers and hints here cause the Heureka! moment to occur later on, offline. Not any less important, but it just does not give the feedback I'd need.
    Targeted answers to targeted users is the answer.


    Respect or adulation is not a factor for me. My familial and cultural background is such that I perceive humanity "flat"; the conception of one person being "above" or "more important" than another is just ridiculous to me. (Except for children, because they need protection and nurture to grow into fully capable adults; and have unknown potential.)

    A simple "thanks" is enough, although a note that describes an Heureka! moment (and shortly outlines it, not just for me but for others, too) is what I really hope for.

    (As an aside: A person should not be respected for their knowledge anyway in the typical sense of the word. Knowledge should be tested, questioned, at all times. Logic, and informative, clear, and robust algorithms and logical structures (those that effectively hold against even unexpected questions) are definitely valuable and might warrant respect, though. Respect the work, not the person, is what I'm saying.)

    I would bet real money that I am not an exception. I'm weird, sure, but I bet many "advanced" members share some or most of my points above.
    I love all of this. It's refreshing. As a society, let's get our collective mind off appearance and in to substance. Maybe the inner beauty would somehow radiate through us all and bring some measure of peace.
    Last edited by Euclid365BCE; 10-17-2015 at 03:50 PM.

  12. #87
    Ticked and off
    Join Date
    Oct 2011
    Location
    La-la land
    Posts
    1,728
    Quote Originally Posted by Euclid365BCE View Post
    Understood. If a site is not readily available, maybe someone should spear head the effort? Maybe it wouldn't be utilized; evolution.
    I did kind-of suggest one earlier.

    Quote Originally Posted by Euclid365BCE View Post
    I would rethink this statement.
    Perhaps. It's not just that the way I learned was far from optimal, but I am not aware of the state of the art either -- as in, have any overall picture of the available resources for learners. I have full confidence that other members here, like Laserlight for example, can provide very good suggestions in this area.

    Quote Originally Posted by Euclid365BCE View Post
    A drink of water is always beneficial, but one really appreciates when he/she is truly thirsty.
    Yes, exactly; and if accompanied with some information as to how to locate potable water in that biome, that information is more likely internalized too -- it turns into knowledge much easier.

    This is an important point to anyone planning courses (or learning), too.

    In the late nineties, I had an opportunity to help design a cluster of courses for a Finnish university department, for basic IT skills. (I did all of the technical work, but the overall design and pedagogical aspects were a group effort.) Instead of teaching "Word" and "Photoshop", the courses were basically a series of typical tasks students would have to be able to accomplish, and the material offered the "correct" approach to the tools you could use for your own advantage, minimizing effort for maximal results.

    The solutions would start with an explanation of the concepts, mostly hidden as descriptions of how the programs typically work. (The design was, and in practice turned out to be true in majority of students, that they'd realize the solution almost-by-themselves at this point.)
    Followed by the step by step example that includes the reasons for each step.

    The courses themselves were optional attendance, but had a practical set of problems as the final test. The results were weird: the histogram looked like a valley. Well over half the students got full or almost full marks (easily 5 using one-to-five scale), some scattered ones in the middle, and a small hump at the got-almost-nothing-right section. It reflected exactly my experience in the workshop/lectures: most students were eager to learn how to save themselves so much effort, and make structured writing and image manipulation fun, but a small fraction hated the machines and just wanted me to tell them what buttons to push in order, so they could learn it by rote and get on with more interesting stuff.

    In other words, in my experience, plain theory courses or books are unsatisfying/undepowered, when compared to problem-solving oriented courses and workshops. All theory is best shown/taught/learned when dealing with problems involving that theory. And finally, motivation is key. Without it, you have nothing.

    Quote Originally Posted by Euclid365BCE View Post
    He knows.
    In the science world, this is actually quite a topical problem. Most publications are closed-access; that is, you need to pay to be able to access current research. If the cost was directed towards more research, I and others could accept it, but in reality, the cost is only going to the coffers of a couple of huge publishers. Thus, the push for open access journals.

    This also reflects on the complex issues of copyright. As programmers, one might prefer copyrights to remain in effect in perpetuity. Science, however, shows us that all new science -- and I am blatantly expanding that to all new creative content, because science is really not anything special to what humans do/create -- is based on what others have done thus far. Giving back to the pool of creation is therefore important.
    I wish more people would realize this is an issue, and start to form their own opinion on copyrights and patents early, and from a wider-than-selfish viewpoint. Game theory works well here.

    Quote Originally Posted by Euclid365BCE View Post
    you are just a good American who may find his intrinsic value in what he does
    I AIN'T AMERICAN! I AM A FINN, AND PROUD OF IT!

    As in from Finland, northern Europe, between Sweden, Norway, and Russia. Ahem.

  13. #88
    Registered User Euclid365BCE's Avatar
    Join Date
    Jul 2015
    Location
    USA
    Posts
    33
    [QUOTE=Nominal Animal;1242332]I did kind-of suggest one earlier.

    I AIN'T AMERICAN! I AM A FINN, AND PROUD OF IT!

    As in from Finland, northern Europe, between Sweden, Norway, and Russia. Ahem.
    I paused when I wrote that, and did consider you might not be; however, you sound so much like one, I said it! (Not sure if that is positive or inflammatory in your ears!)

    Thanks for the geography lesson. :P

    Love to hear about your experiences. You sound a lot like a professor: do you teach?

  14. #89
    Ticked and off
    Join Date
    Oct 2011
    Location
    La-la land
    Posts
    1,728
    Quote Originally Posted by Euclid365BCE View Post
    (Not sure if that is positive or inflammatory in your ears!)
    I found it funny, actually

    Quote Originally Posted by Euclid365BCE View Post
    You sound a lot like a professor: do you teach?
    Lectured, yes, some basic IT skills courses (the material for which I also developed, with a couple of other people), but it was years and years ago.)

    I've been kind-of studying physics at Uni of Helsinki, Finland, for a couple of decades (lack of funds, and a couple of side careers making multi-year holes in it, though), and I'm only now finishing my BSc in physics and MSc in computational materials physics. I have both just about fulfilled, except for possibly some replacements due to expiry -- I've updated relevant courses to current requirements, but haven't verified all yet.

    Oh, and I don't do psychoanalysis, cognitive behavioural therapy works better for me.

  15. #90
    Registered User Euclid365BCE's Avatar
    Join Date
    Jul 2015
    Location
    USA
    Posts
    33
    Oh, and I don't do psychoanalysis, cognitive behavioural therapy works better for me.
    Touche'!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner questions
    By c++urious in forum Programming Book and Product Reviews
    Replies: 1
    Last Post: 06-14-2010, 04:16 PM
  2. Some beginner questions.
    By Meikj in forum C++ Programming
    Replies: 3
    Last Post: 05-01-2009, 11:37 AM
  3. A few beginner's questions
    By Megidolaon in forum C++ Programming
    Replies: 33
    Last Post: 10-24-2008, 09:21 AM
  4. beginner questions.
    By Jaken Veina in forum C Programming
    Replies: 5
    Last Post: 03-16-2005, 09:38 PM
  5. 2 beginner questions
    By GCat in forum C++ Programming
    Replies: 15
    Last Post: 11-24-2004, 03:55 AM