Beginners - December 2012 (Page 34)

by Izaks
Programming C++
 
Please help I am getting a conversion error in my program i have spend the whole of weekend and I ca...
[2 replies] Last: Oh I appreciate for your help the program is working now. I will use y... (by Izaks)
by malt
Derived class in main
 
I can't figure out why when I try to declare a function of a derived class in the main part of my pr...
[8 replies] Last: and dont exclude any file make all file included . what compiler you u... (by Felicia123)
double vertex[0,1,2];
 
Is this legal ? double vertex ; if (vertex[0,1,2]<90) //Is this legal ? cout<<"Obtuse"; ...
[no replies]
Homework help. Address book.
 
1.) Create a project called addressBook 2.) Add a header file and cpp file for your project 3.) Al...
[4 replies] Last: Just by the directions. And your code. As far as your errors go I''m ... (by jlillie89)
by emk0
Sorted insert using Linked List (iterated function)
 
I have some difficulties to implement one iterative function for sorted insert in linked list. I hav...
[no replies]
Couple additions
 
So I worked pretty hard on this code but I need to add a couple things to do that I have no idea how...
[5 replies] Last: //Structure struct infoType { string fname; string lname; string ... (by jlillie89)
Graphics APIs and making graphical based games
 
Hello! I have been looking all around the Internet today trying to find out how to use a graphic...
[7 replies] Last: Thank you so much for your help everyone!! (by twiggystardust)
Program just stops
 
Im having problems with this program. It finds the average high/low, and the index high/low temperat...
[3 replies] Last: Thanks for the help! (by closed account z8q4izwU)
demonstrate the use of files to access data in secondary storage
 
C++ program that reads text from a file and decodes the file by subtracting 5 from the ASCII value...
[6 replies] Last: ok here is my c++ code and I will post my input file but it is not com... (by nenakay)
Extremely confused
 
I am working on my class final project in which we have to make an array and selection sort, but min...
[3 replies] Last: this is the error code im getting on line 12: error C2447: '{' : miss... (by MAD1986)
Help with simple code
 
#include <iostream> #include <string> #include <cmath> using namespace std; void displayTotals(int...
[13 replies] Last: Thanks everyone, and sorry about the code tags (or lack thereof). I w... (by travyes1)
Need help with callbacks
 
So for an assignment I need to implement a callback and I need help. I have 3 files to write. The se...
[1 reply] : make the functions global. and then use #extern to access them. And ... (by snow 56767)
Xcode vs PC file handling, specifically string compare
 
## Xcode vs PC file handling, specifically string compare We started this code on a Mac and then ...
[1 reply] : Are you using O/S specific file handling routines or the standard C li... (by snow 56767)
by skarla
Help
 
I am trying to make a progress bar in win32. the error is in this code. INITCOMMONCONTROLSEX In...
[no replies]
how do i initialize this node push_front function?
 
See this sexy little snippet, im trying to initialize this; node (char arr ,node *link):arr (arr ...
[18 replies] Last: oh thats a prototype and not a constructor too :P (by devonrevenge)
Changing an integer's type?
 
My topic isn't extremely accurate, nonetheless, here is my question. My question is how to make a...
[9 replies] Last: ...that is also the wrong thing to do, because you are telling the com... (by Duthomhas)
Need help making this code.
 
Produce a program to calculate VAT and discount on purchased items. The program should accept as in...
[no replies]
String Loop
 
I have to write a loop that reads in a collection of words and makes a sentence out of them by appen...
[5 replies] Last: You're not changing the value of termination anywhere in your while ... (by Thumper)
structure problem
 
Does anyone know why side will not pass to the other functions right after set.Side? #include <ios...
[6 replies] Last: You're not actually storing the value of side anywhere. Going off of w... (by Thumper)
initialising a vector from iterators
 
Hey, I m trying to tokenize a string into its words and found a code example on stackoverflow that ...
[1 reply] : Any range is defined by a pair of iterators, begin and past-the-end. ... (by Cubbi)
December 2012 Pages: 1... 3233343536... 65
  Archived months: [nov2012] [jan2013]

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