Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code

Sub-Forums : Programming Search this Forum
  Forum Last Post Threads Posts
C-C++ (12 Viewing)
Tutorials, source code, tips and tricks related to C-C++ programming
Yesterday 03:54 PM Go to last post
186 1,488
Tutorials, source code, tips and tricks related to Assembly programming
by sheryl
Yesterday 07:36 PM Go to last post
5 59
Java (12 Viewing)
Tutorials, source code, tips and tricks related to JAVA programming
60 195
Visual Basic [VB] (4 Viewing)
Tutorials, source code, tips and tricks related to Visual Basic [VB] programming
11-13-2009 12:36 PM Go to last post
45 152
MFC / Win32 (2 Viewing)
Tutorials, source code, tips and tricks related to VC++ MFC and Win32 programming
by rasd123
11-18-2009 05:56 AM Go to last post
42 403
C# (2 Viewing)
Tutorials, source code, tips and tricks related to C# programming
11-13-2009 08:21 AM Go to last post
38 159
Perl (3 Viewing)
Tutorials, source code, tips and tricks related to Perl CGI programming
48 142

Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
Tutorials and Source Code in : Programming Bookmarks Forum Tools Search this Forum
Announcement
Views: 11,614 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
 
shabbir
There are lots of queries in this programming forum like in the following Documentation thread that "How can I make the documentation for my coding? I want to mean what is the structure of documentation that are acceptable to clients and how can someone other than me can understand my code...
07-18-2009 11:59 PM
by nimesh Go to last post
2 7,475
 
pradeep
Multiplications 12 * 2 = 12 << 1 12 * 4 = 12 << 2 12 * 8 = 12 << 3 12 * 16 = 12 << 4 12 * 32 = 12 << 5 12 * 64 = 12 << 6 12 * 128 = 12 << 7 12 * 256 = 12 << 8
07-09-2009 03:55 AM
by mayjune Go to last post
1 5,644
Wink
pradeep
A few years ago, people who wished to study programming as a hobby had an important decision to make: Which programming language would they study for their first? Many people chose to start with BASIC or Pascal, because they were easier. Indeed, those languages are fairly well-suited to...
06-30-2009 03:49 PM
by eluminoustech Go to last post
2 2,884
Lightbulb
vishal sharma
Introduction In normal procedural languages, one can go about defining functions and procedures, and 'calling' these from the 'parent' functions. I hope you already know that. Some languages also provide the ability of a function to call itself. This is called Recursion. Factorial ...
06-14-2009 05:57 PM
by drdebcol Go to last post
2 6,824
Red face
Thread Rating: 1 votes, 5.00 average. jerkjames
The job interviews are the twisting point in a job search where job seekers can do well in winning confidence of potential employers; make them believe that you are the model candidate for the position you are looking for. Most likely job seekers stagger through interviews as if the recruiter asks...
06-09-2009 05:31 PM
by Saseydon Go to last post
2 7,649
Post
Thread Rating: 32 votes, 5.00 average. Karpov2007
Abstract Introduction Why do I think about these questions? Where does the difficulty come from? If everything is difficult why do they say that it is simple? Conclusions References Abstract
09-19-2008 08:50 PM
by Oyetunde Go to last post
5 1,776
Wink
Thread Rating: 4 votes, 5.00 average. pradeep
Introduction POP3 stands for Post Office Protocol version 3, it's application layer Internet Protocol used by various desktop email clients, and web-based email services to fetch email from a remote server over a TCP/IP connection. Until sometime back POP3 was the de facto standard for email...
06-25-2008 01:13 AM
by pradeep Go to last post
0 4,988
Lightbulb
rahulnaskar
Classes and Functions If we are not using a language, which doesn’t support anything but objects what should be our choice in building frequently used functionality. What will be the design approach, class based or function based? Big questions, isn’t it? Let’s find out if we can put some light...
06-20-2008 11:41 AM
by mschouhdry Go to last post
1 3,126
Cool
pradeep
Introduction There are two basic methods for sending an email with Python. If a mail server is running on the machine where Python is installed, simply open a pipe to the mail server and write the email as a file to that pipe. This is usually done on *nix type systems such as Linux. ...
12-01-2007 05:57 PM
by shabbir Go to last post
1 13,370
Wink
pradeep
Loops Ruby provides the basic while and unless loops and iterators. Let us go through while and until first before looking at iterators. A "while" loop defines that a statement or block of code is to be rerun time and time again while a condition remains true, and then execution is to...
09-15-2007 01:54 PM
by pradeep Go to last post
0 3,754
Cool
Thread Rating: 5 votes, 5.00 average. pradeep
Python supports a couple of looping constructs. The for statement is most commonly used. It loops over the elements of a sequence, assigning each to the loop variable. If the body of your loop is simple, the interpreter overhead of the for loop itself can be a substantial amount of the overhead....
09-07-2007 11:38 PM
by pradeep Go to last post
0 6,268
 
neil
First, though, let me eliminate a myth: some people think that math skills are important, but I've seen great mathematicians who are mediocre programmers, and lots of great programmers who are certainly not mathematicians (and probably never expected to be). Programming is more of a designer's...
07-09-2007 07:23 PM
by ash_work Go to last post
3 2,850
 
Thread Rating: 2 votes, 5.00 average. capture
Planning You Big Programming Project So you have reached the point when you want to make that big dream project or game. Maybe a big RPG or FPS. But every time you try you end up giving up and failing or you have not started yet and you dont know what to start with. This article hopes to help...
04-01-2007 02:00 AM
by capture Go to last post
0 2,777
Lightbulb
Thread Rating: 1 votes, 5.00 average. vishal sharma
As I was going Through some of the codes in this section, I saw some faulty codes and some suggestions regarding them. Here is a guide to point out the mistakes by the coder in a proper way. If you ever find a bug/vulnerability/hole/flaw in someone's code, here's how you should go about reporting...
01-17-2007 01:53 PM
by vishal sharma Go to last post
0 2,251
Red face
rahulnaskar
Introduction This is an article on our day-to-day programming practices. The article is targeted from beginners to pro who are involved in programming hands on. Life glides when we begin programming and our projects are small, the factorials, finding out primes and so on. When we master the...
01-07-2007 02:00 PM
by Nandu Go to last post
1 6,183
Lightbulb
rahulnaskar
In large and complex systems that we are dealing with regularly, what makes our projects standoff from others is: a. Quality of the software b. Time line Both being mission critical, how good is it to have a prototype? After the “Process Oriented Architecture” hype, most approaches in...
11-21-2006 02:43 PM
by rahulnaskar Go to last post
0 2,695
Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 

Display Options Currently Active Users
Showing articles 1 to 16 of 16 37 (0 members & 37 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 

All times are GMT +5.5. The time now is 04:54 AM.