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 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 decima...
[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> usi...
[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 stude...
[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 d...
[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); ...
[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...
[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 m...
[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...
[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 abou...
[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: ...
[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...
[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 ...
[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 s...
[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...
[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 ) { ...
[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 h...
[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...
[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 ...
[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.