953,971 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

A sincere request for a separate C++ section

Hi,

I have been a Daniweb memeber for the last 3-4 months. I am now learning C++ on Linux on my own using the tutorials available on this very good site. But I always struggle a bit and sometimes a lot when I am looking for C++ related threads and discussions/code etc. Can we have a dedicated section for C++ discussions instead of having C and C++ together under the category Software Development. If not then, can we just request the members who want to post a language specific question (C or C++) to make the title of the new thread/question by following the below given simple rules in order to help all of us here.

Name of the language C or C++ in capital letters, followed by a ' :' and then the actual question starts. Something like this,

C++ : How to declare this variable?

OR

C : How to use this method?

Hope I am not trying to discredit the hardwork of the forum admins or site designers. This is just a polite request with the best possible intentions. Please let me know if this is a sensible request. Cheers.

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 
Hi, Can we have a dedicated section for C++ discussions instead of having C and C++ together under the category Software Development.


I don't think this is a good idea. The C/C++ forum is visited by a lot of newbies which don't have a clue that there's a difference between C and C++. So what you'll get is a lot of extra work for the moderators and a lot of 'moved to the [...]forum' posts.
Name of the language C or C++ in capital letters, followed by a ' :' and then the actual question starts. Something like this,
In a perfect world this would be a excellent suggestion. But making such a rule has a few problems.
When posting code in de C forum, everyone should use code tags. Now I don't know the exact stats, but I would say that 75% of the newbie posters ignore this rule.
This would become a simulair problem with your suggestion.


regards Niek

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 
I have been a Daniweb memeber for the last 3-4 months. I am now learning C++ on Linux on my own using the tutorials available on this very good site. But I always struggle a bit and sometimes a lot when I am looking for C++ related threads and discussions/code etc. Can we have a dedicated section for C++ discussions instead of having C and C++ together under the category Software Development.


Not a bad idea. Splitting has worked on other forums I deal with.If not then, can we just request the members who want to post a language specific question (C or C++) to make the title of the new thread/question by following the below given simple rules in order to help all of us here.
We have a rule that states "Do not post threads with generic subjects such as "HELP ME" or "PROBLEM". Instead, clearly state a phrase describing the problem as the thread's title.". And we still get titles likeHelp in deciding...(bear in mind that i am new to c/c++)
Need help with an assignment that is due tomorrow plzzzz
Another doubt.
C++ Builder.
struct output Help
so I doubt this is a reasonable request. ;)

WaltP
Posting Sage w/ dash of thyme
Moderator
10,474 posts since May 2006
Reputation Points: 3,342
Solved Threads: 938
 

Hello.
I don't think this is a good idea. The C/C++ forum is visited by a lot of newbies which don't have a clue that there's a difference between C and C++. So what you'll get is a lot of extra work for the moderators and a lot of 'moved to the [...]forum' posts.Yes, considering 90% of people frequenting C / C++ forums come for a quick fix, I don't think they would even bother seeing where they are posting -- not to post most of them don't even know whether they are dealing with C or C++.Now I don't know the exact stats, but I would say that 75% of the newbie posters ignore this rule.Aren't you being a bit optimistic....I would say um.. 95% don't use code tags properly.Not a bad idea. Splitting has worked on other forums I deal with.I wonder who would agree to do this ardous task.... ;) But seriously there are two options:Either start seperating the threads in the forums into catergories i.e. C or C++, which I guess is really time consuming
Mark all the current threads as that belonging to C++ and create a new C forum.
Thank you.

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 732
 

Not to mention some newbies start mixing together C and C++, which would only make a moderator's duty even harder... :D

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 
Not to mention some newbies start mixing together C and C++, which would only make a moderator's duty even harder... :D

I sometimes do that myself, and I've been programming for 20 years:eek: There are some c++ constructs that I just do not like, so I toss C functions into the mix. I'll use efficient fprintf() when I need fairly complex formatting because c++ streams are difficult, cumbersome and obnoxious.

Ancient Dragon
Retired & Loving It
Team Colleague
30,038 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,340
 
I sometimes do that myself, and I've been programming for 20 years:eek: There are some c++ constructs that I just do not like, so I toss C functions into the mix. I'll use efficient fprintf() when I need fairly complex formatting because c++ streams are difficult, cumbersome and obnoxious.


Yes, it's amazing that C++ streams which were supposed to be so much easier to use than the old C functions still leave a lot to be left wanting. Seems that the old pattern method of printing hasn't gone dead yet. :D

I think the key is to know actually why you're mixing C and C++ functions, and to be experienced enough to know the pitfalls of using them together. Of course, being a software engineer, this is probably not in the least a problem for you.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

This topic was discussed not too long back on the mod board, I believe. Y'all might want to look it up before rehashing too much -- that is, if it already hasn't been mentioned or reincarnated there.

Dave Sinkula
long time no c
Team Colleague
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
 
This topic was discussed not too long back on the mod board, I believe. Y'all might want to look it up


Us 'normal people' can't really look in the mod-board :P (I seem to be missing a badge for that)

If this was a poll I would vote against, sorry bout that tech291083.

Niek

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 
Us 'normal people' can't really look in the mod-board :P (I seem to be missing a badge for that)

Uh, sorry. I can't find it myself; I've lost my super-powers. I remember contriubting to the thread, is all.

Dave Sinkula
long time no c
Team Colleague
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
 

So is the consensus to keep C and C++ together for now?

cscgal
The Queen of DaniWeb
Administrator
19,420 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 
Uh, sorry. I can't find it myself; I've lost my super-powers.


Kryptonite sux doesn't it?:)
But your shiny orange name got me misleaded...So is the consensus to keep C and C++ together for now?
Yes please

Niek

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 
So is the consensus to keep C and C++ together for now?


Yes, I think it should remain as it is. I haven't seen anyone confused with this.

Ancient Dragon
Retired & Loving It
Team Colleague
30,038 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,340
 

Splitting it off would be a good idea -- C and C++ are not the *same* languages, a misconception harbored by many.

But then again, the previous discussion in the Moderators section was not fruitful since the danger of C forum starving always loomed, a thing which probably isn't the case at present considering the kind of traffic on Daniweb.

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 732
 

Hi,

Thanks a lot guys, I am ok with the undivided state of the thread in question, but would like to take this opportunity to thank all the moderators and administrators not to forget the members of this wonderful site who have responded with quite a degree of transparency and openmindedness. I fell very proud to be a member of this community. Cheers.

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You