Summary: disclaimer: C++ newbie here... I want to be able to have my code delete a file from the current directory. For example: char x[9]="file.exe"; system...
Summary: The following program (below my question) produces the results I want, but I am trying to create a for loop to replace all of the cout statements. Wha...
Summary: Hi. I've been doing Pascal for sometime now, and I really want to move on to C#. Can anyone reccomend any good C# books out there for the beginner? I'...
Summary: Hi, After a lab test, I already know where I stand in c++. My morale is rather low but I have as yet to give up.I decided to re-vamp my strategies an...
Summary: The standard iostream library's are inlcuded as follows: #include <iostream> /*notice that it's not iostream.h*/ using namespace std; You'll learn ...
Summary: hi if you need help for build this program i can build this entire program for you in c just ask me by mail send me the exact configuration of program...
Summary: Two good books for Beginner's is "Sam's Teach yourself C in 24 hrs" and "Sam's Teach yourself C++ in 21 days" but unfortunately, after I bought the bo...
Summary: hello and happy new year! So I'm trying to study C++ and was wondering if any body know of site where they teach you step by step and give some exampl...
Summary: how would i do something like this im useing dev-c++ EX: for (int i=number; i255; i++) system ("ping 192.168.1."i); // this part i dont know ho...
Summary: When i first started programming in java, there was a textbook that i used which i find very helpful for beginners. the title of the book is: How to ...
Summary: What kind of project did you create? You need to create a "Win32 Console Application" to run it in DOS mode. To check this bring up the project settin...
Summary: I'm having a bit of trouble using classes. My idea was to setup a common (parent) class called gameobjects, with properties and functions that could a...
Summary: Well. That's a good question. I'm not sure why there are multiple OSs, I suppose it is the same reason there are multiple programming languages. In th...
Summary: I have a homework question that I can't figure out Please help? "For each person, print the number of high-risk categories they fall into. Compile an...
Summary: Im working in Linux based ARM board.I want to write a C code for communicating with my serial port from my ARM board to PC. I want to communicate w...
Summary: Can anyone please help me with the following C problem. Am newish to C programming so please be specific. I am using the Dev-C++ compiler. I want to w...
Summary: hi... I'm a beginner in programming with C++ I want to know how can I use the standard functions of C++ that is used by character array... till now ...
Summary: Help me! Is there in C# a function like SendMessage in VC++? I make a Window form with C#, then put a DataGrid on it, bind it with a DataTable. The 1...
Summary: i need to write a report on what this code does. this code is the client code and the coe at the bottom is the server code. networing isint one of my ...
Summary: Hi. I made a few posts here before. Some of you may remember me.(I'd hope so, considering my posts are still on the first page :) ) I started attempti...
Summary: G'day, Mark is quite correct, the problem is fairly well defined and shouldn't pose too much of a problem. However, you do seem to be having a proble...
Summary: hi, i am a beginner and trying to learn how dynamic arrays works, i have the function here but having troubles on implementing them on main, pls help ...
Summary: I have a programming assignment in C++. It has to do with reading and writing binary files. I am trying to save a structure to disk and then display...