Visual Basic 6 Tutorial - made by Spiro_dt Volume.1 Quote ... 1.Intro2.Starting with simple hello world 3.Declaring variables4.Combinations with Math5.Loops6.If ,else 7.Making a simple program for Shutdown pc using shell command(implement cmd commands)8.Timer9.Last words10.About 1.Hello People this ...
Hi, I'm looking for a good C tutorial that I can use either with lynx or emacs. (I'm being so specific because I'm blind and I'd like to be able to use my screen reader program to get the material.) ...
I need to know how to work this out, say for example i have a method is C++ that is helloworld(), and i need to call it from a C program.// in my C++ programvoid helloWorld(){// some code;cout<<"hello world";some code.....}This is my C program, how do i call the hello world function? ...
I created a C++ tutorial for those who wants to learn this cool language. It's at my site. And advance programmers you could check the accuracy of it if you want.&d http://hala.pyar.com ...
all. Don't know if this is the right place, but I've just started learning Ruby and I was wondering if there's any more experienced rubyists out there that would be willing to critique my first bit of code or point me to another forum/community that could help a newbie out.I want to know if the code ...
guys i am starting a new c# tutorial series for beginners please check it outhttp://www.youtube.com/watch?v=uc6MgIbi1vs ...
I frequently got the C: is low on disk space yellow bubble in the bottom right corner. I checked my C: drive and I had 0 bytes free. Yes, 0. So I deleted a 1 gb video. I come back on the computer next morning and the pop up message is there again. I check C: drive, and it has 0 bytes free again! Wha ...
Yeah, the title pretty much says it all.Followed the guide on pendrivelinux.com to make a bootable linux mint stick.I'm running Vista, so got the error due to not running it as an admin.Ran makeboot.bat as an admin, but the one stored on my C drive.I saw it as it flashed on the screen, "Your C: ...
Well i am new to using suse. I am using that live cd and i can not browse my c: driver files. could any one help me how i can view those files. ...
I run suse live cd, I was wondering how I can save and view files on my c:/ drive? ...
guys, i asked earlier about my c++ program, i was pretty much clueless. someone got me started on the right track from there, and im having some problems compiling my program now, and i have 20 errors! :(can anyone help me out here, i cant seem to find my errors here...//**************************** ...
fellow developers,My Problem: I would like my C / C++ program to connect to my website and download / access data on MySQL.I am trying to make a program that phones home with a license key that the user entered, and check it against one in the database. Then compare that key with one that exists in ...
Can someone help me? I have a problem that I've determined from reading some previous threads, is a virus. I have thousands of POS Temp Files on my C drive that I cannot delete and my C drive has a red X on it. I downloaded the Hijackthis software and ran a scan. The follwing is the result of that s ...
Please critique my site. The intro page is just temporary, Im more concerned with the actual site.I am not content with the top navagation bar and would be happy to hear other suggestions. I want a nicer appearing header, with a footer and possibly a border around. I'm new to this so any tips would ...
guys.I am new to this forum..I needed some help.I am unable to access my c drive.whenever i double click on it I get "c:\ access is denied",I can run it by right clicking and clicking on search,I have win xp sp 2..The file system is FAT..please help. ...
I want to delete the backup folder on my C drive. It was created when I reset my computer and fixed a virus issue. When I go to delete it, it pops up with things like "if you delete bootstat, your pc will not work right or it will crash, etc. It is a system issue." I just want to free up 8 ...
can anyone help me out with this ???i compiled my C source code first by giving following commandgcc -Wall -o helloworld.o helloworld.c(helloworld.c is my source file)and then executed the program giving following command../helloworld.oit worked well but then i recompiled it giving following command ...
I am quite new at C++. I am using it to run transport calculations. The results of each calculation (rows and columns of data) need to be plotted. I would like to use Matlab. I have searched Matlab help and found that it is possible to write a script for importing my C++ results into Matlab. However ...
I would like to create and use a view in my C/C++ program. How to create and access the view.Can I directly use the following statement in my c/c++ program create view myview (x, y, ...) as select ......'., but how to declare the variable myview in the C/C++ program? ...
hi, my c drive shows low disk space, so I want to enlarge it with disk management. After I resize it, I found there are still low space. Any suggestion. ...
everyone. I am a first-year student and doing a project for my C class. It is to do with John Conway's "Game of Life" as I am sure you are all aware of what that is. Here is the things needed. And after that is the code that I have. I have done everything up to printing the original config ...
My assignment requires that I use exception handling to create a directory and file if necessary.I was able to create a C:data\inventory.dat file, provided that there's an existing Data folder (directory) in my C: drive; however, I have a feeling that the assignment wants me to create an actual Data ...
guys. I was thinking about writing a C++ tutorial. What do you think are the hardest topics to cover in C++? I know a lot of people have a hard time with pointers, but I was wondering what you guys think. ...
I just finished up the final touches on my C Project (at least I hope that's the last of them). Anyway, it's due Friday (10% of my overall grade) and I'd like to have some quick feedback (constructive criticisms and complements) before I had it in. It was suppose to be a group project but my group m ...
friendsi installed ubuntu OS in my 32 bit system.. and i want to do my c programs in this os . For this is there any " c compilers" in this OS. or any editors available to me.. to do the c programs and run them. and how i run a c program in this Linux...Because i don't know abt anything th ...
How do i access my C: drive from damn small linux running on a usb drive. I have windows installed on the same computer. ...
everybody! (Hi Dr. Nick!)Wasn't sure where to put this so feel free to move it if I'm in the wrong topic.I have been having this problem anytime I either do a urpmi.update or urpmi.addmedia. What happens is after performing either operations, when I re-boot my computer, my C: drive which contains my ...
Can anyone help me to build the code to link my c language to the mysql server...this program wiill receive the data from the RFID tag using the serial connection then the data will send into mysql server.. now i dont now how to write the program to connection to mysql server .... Can you all help m ...
guy's , iam a new member i got stuck with my c++ assigment. i really want's your helpthe program reads in a series of student data sets from the keyboard, storesthem in an ordered linked list of records, supports editing an existing record, and displays asummary of all students entered. Each student ...