Forum: C++ Jan 23rd, 2008 |
| Replies: 3 Views: 727 Get a book and read it look at the code examples, type them out and compile them then change them slightly add another line to them or whatever, if you only type out the examples then move on you... |
Forum: C++ Jan 7th, 2008 |
| Replies: 3 Views: 4,085 Can you explain in a bit more detail please, I don't quite get what you are saying? |
Forum: C++ Jan 7th, 2008 |
| Replies: 3 Views: 4,085 Hi all
I was looking for a port scanner to see what was open on my laptop and I thought as I was learning C++ why not search for a C++ port scanner. I came across this code I can make sense of... |
Forum: C++ Dec 19th, 2007 |
| Replies: 4 Views: 664 Hi guys
Im trying to make a maths game for a friend of mines little brother jase, but I need it to generate 2 random numbers between 1 and the maximum number that jase said. I cant figure out how... |
Forum: C++ Nov 28th, 2007 |
| Replies: 1 Views: 1,174 Hi all
My friend sent me a source file that wrote hello world to a text file (im a noob), I tried to modify it and give myself a challange to make a small database but it has gone horribly wrong. I... |
Forum: C++ Nov 9th, 2007 |
| Replies: 10 Views: 1,783 I just tried it with the code I posted and it worked fine so maybe it got confused by the msn popping up, thats the only thing i can think of, thanks for all your help hopefully I should have no more... |
Forum: C++ Nov 8th, 2007 |
| Replies: 10 Views: 1,783 OK thanks its runs fine for about 9 messages and then it just prints '''''''''''''''''''''''''''''''''''''''''''''
here is the code now
#include <windows.h>
#include <cstdlib>
using namespace... |
Forum: C++ Nov 7th, 2007 |
| Replies: 10 Views: 1,783 OK i got the *text part sorted and it works now thankyou but when it prints it does im watching you 4 times but on the fourth one it only prints
i'm watching yo
and then it re opens one of the... |
Forum: C++ Nov 7th, 2007 |
| Replies: 10 Views: 1,783 What am I supposed to count becasue at the moment im counting anyhting between the ' ' marks that includes spaces what are you counting? |
Forum: C++ Nov 7th, 2007 |
| Replies: 10 Views: 1,783 Sorry stupid me here they are 3 of them
In function 'int main(int,char**)':
too many initializers for 'char[75]'
[Build Error] [ghost4school.o] Error1
I thought the second message meant too... |
Forum: C++ Nov 7th, 2007 |
| Replies: 10 Views: 1,783 Hi all
My friend sent me this C++ program that opens up notepad and starts typing, its a joke he made to scare his little brother, I tried to modify it to display more of the message "Im watching... |
Forum: C++ Oct 30th, 2007 |
| Replies: 3 Views: 4,622 How would I read it into memory and so on I have never heard of that? |
Forum: C++ Oct 30th, 2007 |
| Replies: 3 Views: 4,622 Hi all
I am a noob to C++ and I want to make a program that copies a file from wherever previously specified to the location of where the program is running from, I looked on google but I cant... |
Forum: C++ Oct 30th, 2007 |
| Replies: 54 Views: 85,525 http://reconnetworks.com/upload/1193306125.rar
Here are 2 Free ebooks I found on my pc I uploaded them to the recon networks forum, have fun reading |
Forum: C++ Oct 24th, 2007 |
| Replies: 10 Views: 8,643 I have found out how to add the library (libwinmm.a) and I can link it but only on my laptop, if I try it on my desktop i get as far as project>options then a warning comes up about a bug and I am... |
Forum: C++ Oct 24th, 2007 |
| Replies: 10 Views: 8,643 I have run into other code that comes up with that error here is one example, this one though comes up with
"linker error undefined reference to mciSendStringA@16" as well as the "Id returned exit... |
Forum: C++ Oct 24th, 2007 |
| Replies: 10 Views: 8,643 No, i use XP and here is the code I was trying to use http://www.planet-source-code.com/vb/scripts/ShowCodeAsText.asp?txtCodeId=10405&lngWId=3
Also I am the admin on my pc so I should be able to do... |
Forum: C++ Oct 24th, 2007 |
| Replies: 10 Views: 8,643 Hi all
I am a noob to C++ and I was getting some source code off the web and this is the second time it has happened, when I compile (Blood Shed Dev) I get a message in the compiler "permission... |
Forum: C++ Oct 22nd, 2007 |
| Replies: 5 Views: 9,747 Thanks I just found this through google great help |
Forum: C++ Oct 21st, 2007 |
| Replies: 2 Views: 1,439 Thanks for that I did manage to sort the endl; problem but the default problem I couldn't
thanks for your help and very quick reply
HLA91 |
Forum: C++ Oct 21st, 2007 |
| Replies: 2 Views: 1,439 Hi all
I am using a tutorial on youtubehttp://www.youtube.com/watch?v=sIy3oOguh_0&mode=related&search= and it is going well apart from I can't compile the latest program, a calcualtor
my... |
Forum: C++ Oct 16th, 2007 |
| Replies: 13 Views: 1,620 What do you mean I dont know how to format my code, if you mean placing it in my post I obviously can becasue I did it in the first post of this topic all you did was comress it which to me makes it... |
Forum: C++ Oct 15th, 2007 |
| Replies: 13 Views: 1,620 I have come across another problem again, the code from another tutorial wont be visible
// How IF Works#include <iostream>using namespace std;int main(){ cout << "Enter your age: "; int... |
Forum: C++ Oct 7th, 2007 |
| Replies: 13 Views: 1,620 Ok thanks it works now but why didnt the tutorial tell me that, can you recommend a good tutorial for me?
Many thanks for quick reply
HLA91 |
Forum: C++ Oct 7th, 2007 |
| Replies: 13 Views: 1,620 Hi all
I am totally new to C++ and I am using the Dev C++ compiler and getting the tutorial off
http://www.cplusplus.com/doc/tutorial/program_structure.html
I ran the first program (code below)... |