General C++ Programming - October 2010 (Page 12)

ASSISTANCE NEEDED!!! Thanks
 
I have a project to complete and i am new to c++ can you assist me. Here is the question: 1) 1. Create a program that will take an integer number as inp...
[1 reply] : Don't double post http://www.cplusplus.com/forum/beginner/30017/ (by blackcoder41)
by bkovar
result will not print to the screen
 
Hi, I am writing this program for my class that converts decimal numbers to binary, binary to decimal, and finally decimal to hex...however i have come across a...
[3 replies] Last: It works! #include<iostream.h> #include<conio.h> int power(int... (by yash93)
STRUCT Library System
 
#include<iostream> #include<string> #include<iomanip> #include<stdio.h> #include<conio.h> using namespace std; void viewOneRecord(); void borrow(); ...
[2 replies] Last: AGAIN.. I badly need to finish this program before wednesday nextwe... (by jehlaipixy28)
STRUCT Library System
 
I badly need to finish this program before wednesday nextweek :( i am only a freshmen college student and i am still getting familiar of all the codes in c++. ...
[no replies]
by WFD
reading from file
 
I need help on my lab, i just cannot get for the life of me. This is the question and what I have did so far. Help Store the following data in a file: 5 96 8...
[3 replies] Last: your right. im reading the values in from another file using ifstream,... (by WFD)
arrays
 
Hi Java allows something like this: char array = {'a' , 'b' , 'c'}; System.out.println(array); But when I did it using C++ I get some extra characters ...
[1 reply] : C-style strings (char arrays) need to be null terminated so that the c... (by Disch)
undefined reference error for void function
 
Hello all...i am really new to C++ programming and i cant figure out why this error keeps popping up...if someone can help, i would really appreciate it here...
[1 reply] : Because you haven't written a function findCircleArea (double) (by guestgulkan)
by yash93
Decimal to Hex in turbo C++
 
Whats wrong in This Program ?? Please Help!!! #include<iostream.h> #include<conio.h> void main() { clrscr(); start: int n,i,j,a,b ; char opt,c ; ...
[2 replies] Last: Now working, made some changes in it,actually am learning c++ in my ... (by yash93)
MSVC++ question
 
how to use "clrscr()" function in win32 console app project in vc++
[1 reply] : That's an old and nonstandard function. See http://www.cplusplus.com/f... (by Bazzy)
by reborn
strtok_s
 
Hi everyone, I am trying to make a function prints every letter that is passed to it, but does so slowly. Below is the function, but when I call it, it simp...
[2 replies] Last: Hi! It is better to send message as a constant reference. And try to ... (by alx49)
by minime
Overlapped IO back reading
 
Hi, I've been working on a program which uses overlapped IO for speed, and reads a buffer of about half a MB at a time and checks for records. To avoid the i...
[16 replies] Last: That's interesting. Thanks for the update. (by kbw)
unable to create object
 
hi all, i am new to this forum and i am seeking help for my current task. here is my code: tstembProcessorRegistration processorRegistration ("embProce...
[2 replies] Last: hi ne555, thank you for your reply. i think of alternative way an... (by pathfino)
Virtual inheritance
 
some of the output for this program is missing, after everything the name address, Date, etc The Pay is the most important,It is supposed to out put everything ...
[3 replies] Last: Oh my gosh , i must be going crazy. Thank you (by hallux2003)
The infamous game of life
 
Hey all! So I am working on the Game of life..I have most of it down but I am COMPLETELY stumped when it comes to applying the rules to the game.. I am tryin...
[12 replies] Last: Also, you can try reading the documentation on this website. If someon... (by PiMaster)
by yassar
C++ for a touchscreen book
 
Hi, Basiclly im at uni and ive got my project and i have create a c++ program for a multi touch screen and my c++ isnt all that, so i was wondering if anyone...
[7 replies] Last: Yea i get what you mean, at the moment im reading a report on someone ... (by yassar)
by wtf
How would you do something like this?
 
template <class A, class B> void funk(A<B> C); where A is a user defined templated class of type B. I get the error 'A' is not a template when tryin...
[11 replies] Last: Thats a very rude matrix (by guestgulkan)
Is string literals write-protected ?
 
Hi all: Please see the code below: #include <stdio.h> int main(int argc, char *argv ) { char* p = "Sam"; p = 'R'; printf("%s\n",p); ...
[6 replies] Last: Don't listen the troll, it said the very same thing some time ago. The... (by Bazzy)
OpenCV image filters
 
EDIT: So embarrissing! Just found out I missed a lot of "}" in the code... I will get back, when I have something intelligent to ask... This is my first po...
[2 replies] Last: Hello victorpax, 1>c:\users\thomas\documents\visual studio 2008\pr... (by coder777)
Mutli Core threading
 
I'm currently looking for some resource on multi-core threading. I need to get the full power of the CPU's this application will be targeting. I've tried google...
[7 replies] Last: Also take a look at OpenCL for data-parallel algorithms. AMD's implem... (by PanGalactic)
Reading multiple lines of text
 
I am stuck at reading the multiple line of text and retrieve the text into a TreeView list. This is the example of the list. FamilyName=X FamilyMembersC...
[2 replies] Last: Hello nerrazzuri, Maybe you should post it in the 'Windows Programm... (by coder777)
October 2010 Pages: 1... 1011121314... 23
  Archived months: [sep2010] [nov2010]

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