17 Replies - 1154 Views - Last Post: 13 June 2011 - 03:04 PM
#1
How is the forum moderators...
Posted 08 June 2011 - 11:30 PM
First I will make myself clear I didn't want to complain about anyone or something like that. I am learning .Net programming so i used to post my questions on msdn forums. Recently i decided to strengthen my foundations on C. So started to look for the forums that support C and came across Dream.in.code. When i made my first post it was deleted stating I didn't follow the rules. So the forums moderators stick so tight with the rules ah..
Regards,
Siva7891
Replies To: How is the forum moderators...
#2
Re: How is the forum moderators...
Posted 09 June 2011 - 12:48 AM
here is a FAQ for new users: Link and here is the official forum rules: Link. I am not enforcing the rules merely trying to help you so that you enjoy your time here @ DIC.
Don't worry about it, if you feel your topic was unjustly removed, simply contact a moderator
This post has been edited by v0rtex: 09 June 2011 - 12:50 AM
#3
Re: How is the forum moderators...
Posted 09 June 2011 - 02:38 AM
v0rtex, on 09 June 2011 - 12:48 AM, said:
I am not saying that i am victimized by moderator. I just post a question for which i joined the @DIC urgently. When i saw it was removed i was little upset. I didn't asked to solve the example problems but to suggest me a book where there will be typical problems solved so that I can get some ideas in Problem Solving. Those question I posted are taken for the this wikipedia page. I am preparing for my upcoming interviews I am going to face this year. I just contacted the moderator. Thanks for the reply
This post has been edited by Siva7891: 09 June 2011 - 02:44 AM
#4
Re: How is the forum moderators...
Posted 09 June 2011 - 06:04 AM
Your post was removed because we aren't in the business of handing out solutions, and frankly seeing those solutions isn't going to help you become a better programmer, nor pass your class with the appropriate skills being taken away. Try them yourself. If you get stuck, you are welcome to ask for help, provided you show the appropriate efforts.
#5
Re: How is the forum moderators...
Posted 09 June 2011 - 06:10 AM
#6
Re: How is the forum moderators...
Posted 09 June 2011 - 06:36 AM
#7
Re: How is the forum moderators...
Posted 09 June 2011 - 06:39 AM
#8
Re: How is the forum moderators...
Posted 09 June 2011 - 07:09 AM

POPULAR
Quote
Switch every pair of words in a string ("ab cd ef gh" becomes "cd ab gh ef")
Write the function for strstr function (finding a substring inside a string)
Reverse the order of words in a string ("ab cd ef gh" becomes "gh ef cd ab")
Write the function for string comparison. How would you test it?
Write a function to zero all duplicate values in an integer array. How would you test it?
Write a function that compares two strings and returns a third string containing only the letters that appear in both.
Find cycles in a singly linked list, using minimal storage.
Shift all elements of a circular array by k bytes, using no extra memory.
For an array of size n, print all pairs that add to k. (then, do the same thing with a sorted array)
These are not 'typical coding questions'.
We all know what the 'typical' questions are because we see them posted here 10 times a week.
These sound like either homework questions or job interview questions. And the experts here know that. Trying to fool the people here is not looked well upon.
I'm going to be very frank here. I don't mean to upset you, but instead to help you realize your readiness (or lack thereof): The questions you listed are REALLY basic stuff. They would weed out those people that have taken 1st year programming from those that haven't. If you have to ask for help on how to do the things listed above, then don't go to the job interview: You aren't ready to pretend you're a coder.
You shouldn't be looking for books on how to answer the interview questions even when you can't do the coding. Instead you should be looking for coding books and spending your time actually learning to code. When you can answer these questions based on your own ability, understanding and skill - that's when you should start considering intern coding positions to get you started in the industry.
Standard resources, references and suggestions for new programmers.
I would recommend you start with "Hello World" just like the other million+ coders out there. Then work your way up to the more advanced tasks like this.
The problem with taking on large, complex tasks like this when you are new to coding is that
- it will frustrate you to the point of quitting,
- you don't know enough about coding to know where to start or in what direction to design your program
- You risk learning via the 'Swiss cheese' method where you only learn certain bits and pieces for the one project but have huge holes in your education.
I am going to guess that you are trying to teach yourself C# without much guidance, a decent book or without knowing where to look. Sometimes just knowing where to look can make all the difference. Google is your friend.
Search with either "C#" or "MSDN" as the first word: "MSDN Picturebox", "C# Custom Events", "MSDN timer" etc.
But honestly, just typing away and seeing what pops up in Intellisense is going to make your self-education take 20 years. You can learn by trying to reverse engineer the language through
Free editions of Visual Studio 2010
May I suggest picking up a basic C# introductory book? There are so many great "How do I build my first application" tutorials on the web... There are dozens of "Learn C# in 21 days", "My first C# program" type books at your local book seller or even public library.
D.I.C. C# Resource page Start here
Intro to C# online tutorial then here...
C# control structures then here.
MSDN Beginner Developer video series
MSDN video on OOP principals, making classes, constructors, accessors and method overloading
MSDN Top guideline violations, know what to avoid before you do it.
Design patterns as diagrams
The tutorials below walk through making an application including inheritance, custom events and custom controls.
Bulding an application - Part 1
Building an application - Part 2
Quick and easy custom events
Passing values between forms/classes
Working with environmental variables
'Why do we use delegates?' thread
Debugging tutorial
Debugging tips
Great debugging tips
It still doesn't work, article
Build a Program Now! in Visual C# by Microsoft Press, ISBN 0-7356-2542-5
is a terrific book that has you build a Windows Forms application, a WPF app, a database application, your own web browser.
C# Cookbooks
Are a great place to get good code, broken down by need, written by coding professionals. You can use the code as-is, but take the time to actually study it. These professionals write in a certain style for a reason developed by years of experience and heartache.
Microsoft Visual Studio Tips, 251 ways to improve your productivity, Microsoft press, ISBN 0-7356-2640-5
Has many, many great, real-world tips that I use all the time.
Writing a text file is always one of the first things people want to do, in order to store data like high-scores, preferences and so on
Writing a text file tutorial.
Reading a text file tutorial.
And everyone always wants to connect to a database, right out of the gate so
Database tutorials right here on DIC
These are just good every-day references to put in your bookmarks.
MSDN C# Developers Center with tutorials
Welcome to Visual Studio
Have you seen the 500+ MSDN Code Samples? They spent a lot of time creating samples and demos. It seems a shame to not use them.
Let me also throw in a couple tips:
- You have to program as if everything breaks, nothing works, the cyberworld is not perfect, the attached hardware is flakey, the network is slow and unreliable, the harddrive is about to fail, every method will return an error and every user will do their best to break your software. Confirm everything. Range check every value. Make no assumptions or presumptions.
- Take the extra 3 seconds to rename your controls each time you drag them onto a form. The default names of button1, button2... button54 aren't very helpful. If you rename them right away to something like btnOk, btnCancel, btnSend etc. it helps tremendously when you make the methods for them because they are named after the button by the designer.
btnSend_Click(object sender, eventargs e) is a lot easier to maintain than button1_click(object sender, eventargs e) - You aren't paying for variable names by the byte. So instead of variables names of a, b, c go ahead and use meaningful names like Index, TimeOut, Row, Column and so on. You should avoid 'T' for the timer. Amongst other things 'T' is commonly used throughout C# for Type and this will lead to problems. There are naming guidelines you should follow so your code confirms to industry standards. It makes life much easier on everyone around you, including those of us here to help. If you start using the standards from the beginning you don't have to retrain yourself later.
- Try to avoid having work actually take place in GUI control event handlers. It is usually better to have the GUI handler call other methods so those methods can be reused and make the code more readible.
btnSave(object sender, eventargs e) { SavePreferences(); } SaveMenuItem(object sender, eventargs e) { SavePreferences(); } SaveContextMenu(object sender, eventargs e) { SavePreferences(); } Form1_Closing(object sender, eventargs e) { if (IsDirty) SavePreferences(); }
#9
Re: How is the forum moderators...
Posted 09 June 2011 - 08:30 AM
#10
Re: How is the forum moderators...
Posted 09 June 2011 - 08:53 AM
#11
Re: How is the forum moderators...
Posted 09 June 2011 - 09:31 AM
What course are you studying? It seems very strange that simple string manipulations would be in the same list of questions as cycling through linked lists!
#12
Re: How is the forum moderators...
Posted 09 June 2011 - 09:18 PM
Shane Hudson, on 09 June 2011 - 09:31 AM, said:
What course are you studying? It seems very strange that simple string manipulations would be in the same list of questions as cycling through linked lists!
I copied those question from a wikipedia and post it... I have confidence that o can solve those string manipulation questions but last three I have no idea although I studied data structures in C (strong with fundamentals) for a semester...
#13
Re: How is the forum moderators...
Posted 09 June 2011 - 10:36 PM
[rules][/rules]
So, try it yourself first.
#14
Re: How is the forum moderators...
Posted 11 June 2011 - 09:15 AM
#15
Re: How is the forum moderators...
Posted 11 June 2011 - 09:35 AM
1.) The rules are presented to everyone opening a new topic. Follow these detailed guidelines & there will not be confusion.
2.) You were sent a reason for you topic being removed. We never just remove something without informing the user as to why it was removed.
Feel free to ask me or another team member if you are having continued questions retarding the rules of Dream In Code.
Thank you for joining.
|
|

New Topic/Question
This topic is locked



MultiQuote












|