Quantcast
Channel: C++ Workshop
Browsing latest articles
Browse All 20 View Live

Java Message Box

Place thing in the main() method.String messageBoxTitle = "Your Title";String messageBoxText = "Your Text Here";MessageBox(0, messageBoxText, messageBoxTitle, 0);MessageBeep(0);NOTE: You can change...

View Article



Another little programming challenge...

Alright I was looking through some stuff I had to do last semester and found this project. It's pretty simple to be honest, just a bunch of if statements in a while loop, with a switch statement at...

View Article

Beginning C Tutorials

Ok, well I realize that a lot of people don't really know where to begin with when it comes to the ins and outs of C programming. Therefore I went through and started looking through different...

View Article

Learning to walk again.

I feel kind of silly posting this simple little problem, but I am taking an online C++ class and I cant get this goofy little bit of code to compile......It takes like 3 days to get an answer from my...

View Article

My c++ rant for the day

Ok, as the fact that in visual basic you can at least get used to creating a gui of sorts, this rant doesn't really apply to the visual basic language... in fact it might almost teach someone...

View Article


Random Number Generating

Ok in most programs where you must randomly generate a number or simulate a situation with a number of outcomes, a random number generator is obviously something useful. However, the one that c++ uses...

View Article

Got Boredom? (new c challenge to try)

Alrighty then, this was the last assignment that I had to turn in for my c class. The thing is that it's actually pretty easy once you know what to do, so i think it'll be a good step for beginners to...

View Article

Patching VoodooChat :)

Kindly read: www.theblackhand.net/dark...hreadid=76are there any other reversers that can help me with this?

View Article


File Help..

It's been a while since I've had to do this for any particular reason.. but I'm having small problems.Well for one part of this project I have to get the firstletter of every record (using a text...

View Article


Visual C++

Any one up for some Visual C++ tutorials that I am working on?-As Always Steven@Coruscus.netManager @ Coruscus Networks Spell Check Works Too :o)E-Mail Me

View Article

Adding records

Ok I have the following function being called to locate if a certain record # is already being used. If it is, then it will return true and the other function (add record) sends a message saying it's...

View Article

Why?

Why is this section always ignored? What ever did C do to you to ignore this place hmmm? Yeah that's what I thought... not a thing. Hmph! Actually I just wanted to say that here because it's nearly...

View Article

Chexsums Challenge (no pun intended)

This is purely for a learning experience for ANY programmer (its hardly useful in the real world although you may need something similar one day if you are into number crunching). I havent coded this...

View Article


Winsock.h tutorials

Does anyone know of any good tutorials dealing with winsock.h and/or it's dependencies and coding with it in C++? Most of the ones I found were pretty badly written, or assumed you knew everything...

View Article

ellO's

Thought I'd pop into this forum just to say hey to everybody. I asked for advise, and wouldn't ya know...it led me here. Anyway, I'm gonna try giving C a shot -rolls eyes- but I'm as virgin to coding...

View Article


A lil help

Would anyone have any decent tutorial sites for c, c++ and PHP

View Article

c++

anyone care to see if thems all rightcout<< = displays textcin>> = reads variables#include <iostream.h> = includes the file "iostream.h" into the program{ } = starts/ends...

View Article


MSN Bots

Does anyone know how to program any bots in msn chat?

View Article

First C++ Project

Well I decided to try and learn C++ and actually kinda did pretty good in it. My first project is a text editor. The only problem is, the open menu doesn't work right now. Check it out if you want,...

View Article

Socket Classes

WindowsLinux-Mickey

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images