General C++ Programming - September 2011 (Page 5)

How to read a file continuously?
 
Hello. I'm having trouble with reading continuously a data file so that I can use it in my program. The program should be able to monitor an external file an...
[2 replies] Last: The data.csv file is in an external directory. I want to monitor thi... (by jplsalvador)
Computer Basics
 
Hi Everyone :D As soon as I started learning C++, I really wanted to know about computers and how they work. I'm a complete beginner concerning electronics a...
[3 replies] Last: I'm not sure if this link is up to date, but try this: http://www.pcc... (by Code Assassin)
console io channel question....
 
hi everybody . i want take io channel but how ? i want send command to shellexecute(cmd.exe) or system function and then send the result of them to socket ! tnx...
[5 replies] Last: ok tnx :D (by ahura24)
HardDisk Bottleneck
 
Hello, Me and a couple of colleagues just finished creating a Client\Server Application. I was responsible for the Server creation. The ser...
[15 replies] Last: OMG HELIOS thats the perfect Solution! thanks thanks thanks! didnt kn... (by urbanleg)
How programming languages are created?
 
I was curious about how a language is designed. I can, to an extent, guess about how the syntax could have been defined. But it is beyond me that how was it mad...
[6 replies] Last: Thanks.. Those links were really helpful! especially the one in the d... (by Nisheeth)
display input-prompt-header?
 
I am taking a C++ class online and am a little confused on this line what i'm supposed to enter DISPLAY input-prompt-header for employee, preceded by newline...
[3 replies] Last: I guess I am going to start by pointing to you to this link: http://ww... (by Azagaros)
by hfo4
Help with For Loops
 
I am in a beginners C++ programming class in college, and I can't seem to wrap my head around "for loops" I have a program due by this Thursday the 29th of Sept...
[6 replies] Last: If you have the formula for 'distance', just do this: int time =... (by Gaminic)
by Srija
practicing c++
 
hi everybody ........... I am new to c++. I want to learn c++. My plan is to practicing programs and if any doubts referring the theoretical part.. is it ...
[4 replies] Last: Do yourself a favor and buy a book. Getting started with C++ is much h... (by Gaminic)
simple linked list operations
 
-- removed since resolved
[9 replies] Last: thanks for all the help so far guys, got all but 1 method working now,... (by navlelo)
by jace10
Bus error and Segmentation fault help
 
Hello I am trying to code an assignment in C++ in the nachos operating system, and i everything was going good until I started getting "Bus error" and "Segmenta...
[2 replies] Last: haha *facepalm this is definitely top ten oversights in my programming... (by jace10)
is theres a way of adding one variable array?
 
im new to programming and have a school work. the programming problem is make a program that the user will continuously in put a number and if the user inputed ...
[5 replies] Last: Your welcome (by mrkhn)
segmentation fult while inheritance from derived to base class
 
Hi to everyone!! I apologize if my question will appear a bit silly for someone. But I'm just a beginner. My problem is that I get a segmentation faulior when...
[1 reply] : Compiling? getName method doesn't return a string? You should use "... (by tolga gerekci)
problem with arranging of variables..
 
Hi i'm new with C++ programming and i have given a school work to creat a program that the user will input 3 numbers and the out put will be arrange in descendi...
[3 replies] Last: thx for the help... (by seiji101)
Someone please help in the following Question
 
booms Inc. is a firm that provides storage facilities to its clients.Each and every storage begins with a storage request from a client,which is completed only...
[1 reply] : No homework here, please. Read http://www.cplusplus.com/forum/beginne... (by webJose)
Trying a payroll line
 
I am confused on how I go about doing this. How would I go about entering something like this? And can someone please help me understand double-alternative if...
[1 reply] : confused?!? This one is pretty strait: A-1-3-14) IF employee did not ... (by Azagaros)
Reading in a file and counting (1,2)
 
Im looking to write a program that reads in a text file. It needs to count each instance of a certain words then prints out the most used words in the file. I k...
[23 replies] Last: "Insert function?" So far we have only been counting words. That is, w... (by Mathhead200)
by MR YAJ
2d Array Simulating Output(adding features)
 
#include<iostream> #include<iomanip> using namespace std; int main() { int,y; double,stdquiz ,sum(0); cout<<.setf(ios::fixed); cout<<.setf(ios::showpoi...
[1 reply] : Put your code in between code tags Since you are building a table you ... (by buffbill)
by Amy269
Selection String
 
I am in Intro to Programming C++ and have a homework assignement. In my last class we had a sub, so things weren't explained as good as it could have been with ...
[1 reply] : Variables are simple, so are if statements. Here's a quick overview ... (by closed account zb0S216C)
External Input
 
I am working on a senior project for college and will be designing my own software put it has have an input from an external piece of hardware (RFID reader). Th...
[2 replies] Last: Thank you. Topic has been moved to General Forum. (by ajaustin12)
Memory Access Problem
 
Can you help me resolve this question, please? I do appreciate it. float *h is an instance variable, x = 2, when I call this function, in gdb it shows that ...
[2 replies] Last: Thank you! (by dingyong198608)
September 2011 Pages: 1... 34567... 31
  Archived months: [aug2011] [oct2011]

This is an archived page. To post a new message, go to the current page.