Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Forum Post

Re: searching inside a string???????????

Hello haris, The '1' in your example: Pos1 = instr$(string$,"a",1) is optional, and simply means start searching string$ from the first character. So if you input the string "Where is my...
Forum Post

Re: how to load the image/picture in visual c++

o c if(A=='q') { cobol MOVE "hello world" TO A c++ } algol END pascal .
Forum Post

Re: How to Read/Display Formatted Txt Files Contents in VB6

A basic text file might be something like below if that's what you're after. Dim fstr As String Open "path to file" For Input As #1 Do While Not EOF(1) Line Input #1,...
Forum Post

Re: Algorithm 2 - create program

It is based on a general mission lots of development environments are on; making products faster and easier to use. Algorithm 2 seems pretty quick at making simple programs but probably lacks a...
Forum Post

Algorithm 2 - create program

Hello! I want to show you how to create programs without programming knowledge! There is a program algorithm that allows any user can create a program for a few minutes! Here it off the site I want...
Forum Post

Re: Need Help with self deleting file

saying that you don't know something is not useful
Forum Post

Re: Need Help with self deleting file

I neither know it,look up in MSDN
Forum Post

Re: Help with loop

Thank you AsmGuru62.Your modification helped me lot.This gave me the idea how to proceed from here and gave me the insight that I still have a very long way to go. Thank you for your precious time....
Forum Post

HELP! Qbasic writers block.

10000 THEN FOR n = 1 TO 200 LET largecounty(n) = county print largecounty(n) NEXT LET Count = Count + 1 Print count END IF LOOP...
Forum Post

C++ array

I am trying to make an array that the user enters letters of the alphabet from the keyboard. then the program will put the character in alphabetic order no matter how they are entered. I want to ad...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.