General C++ Programming - April 2008 (Page 10)

BIGINNER QUESTION
 
code 1 bool checkSmartTalk(char *cnum) { if (strncmp(cnum, "63919541", 8) == 0) return true; ...
[6 replies] Last: Declaring variables of pointer types The declaration of pointers fo... (by guruplus)
by Solios
C++ Software Question!
 
Hello all! I learned C++ in high school in 2004 and was just now getting interested in it again and ...
[4 replies] Last: i think in 2004, you used Visual c++ 6.0(1998), the other version of V... (by guruplus)
C++ Static Library, How to?
 
Hi, Is it possible to make a static library using C++? How?
[1 reply] : take a look at http://en.wikipedia.org/wiki/Static_library (by guruplus)
by yogurt
Need Help With Code
 
OK, im making a simple subtraction/addidtion proggram from homework and at the beggining of the prog...
[2 replies] Last: That's very inefficient to say the least, but it does work. (by PoliticalDestruction)
need help with 2 file problems
 
hello, i am fairly new to the programming language and i need help with the following problems deali...
[no replies]
by sparky
Linked List Bubble Sort
 
Hello, I am trying without success to sort last names stored in a single linked list alphabetical...
[7 replies] Last: The code looks fine, but as you say it stalls some times, does it stop... (by satm2008)
help me..im newbie
 
help me to find the example of c++ project. where i can get it
[3 replies] Last: auctally if u are a COMPLETE newbie try searching hello, world! progra... (by yogurt)
here is what i need and what i go so far can aybody help
 
i need to write a fuction called fallingDistance that accepts an objects falling time as an argument...
[3 replies] Last: You put your equation in the fallingDistance(). According to your desc... (by xabnu)
by etoile
plz help me with this
 
Hi, One thing I would like to know you is, it is not part of my project or assignment. It is just a...
[3 replies] Last: this is last modified version, just try to compile #include<iostre... (by guruplus)
by DOGGY
HI GUYS,CAN SOMEONE PLS HELP ME WITH THESE PROGRAMM I'M STUCK!!
 
Program 2 MULTICHOICE VIDEO RENTAL SHOP needs an Object Oriented program that process the followin...
[2 replies] Last: Either custom bag class or STL linked lists would be easiest. With ... (by thesandstereo)
The map container and its usage
 
Hopefully I will not need to display the code since it is lengthy. I need some clarification on how ...
[1 reply] : multimap<const string> routingTable; multimap<const string> iterator:... (by thesandstereo)
by zoz
correct program
 
can someone please correct this for me: #include<iostream> using namespace std; int main() { in...
[2 replies] Last: I madified your code, you can run the code #include<iostream> usi... (by guruplus)
Help with Multimap and Template
 
Everytime I try to compile I get the same three errors and I'm not sure why... 1>------ Build st...
[1 reply] : Figured it out... typename multimap<keyType,itemType> itemKeyPairM... (by thesandstereo)
2 dimensional vector
 
hey i need help reading values into my vector here it is down below... void readIn(vector < vect...
[1 reply] : .............think use v.push_back ([ ][ ]); //inside a for loop (by buffbill)
by Trojan
Opening files
 
Can anyone post the code or email me a code that will allow me to open a file through the command pr...
[4 replies] Last: What do you mean with a filename in command mode? Also, that code only... (by Trojan)
again with the same problem about falling distance
 
sorry but what do you mean by code. what code and do i have to put in the distance falling formula i...
[1 reply] : There is no justification fo starting this new thread (by buffbill)
Need a c++ programer gamer to help me
 
Need a c++ programer gamer to help me,really would like to have a partner to start on my pc gaming h...
[no replies]
by clover
Message Box!
 
The MSDN reference page at microsoft gave me a nice lonnnnng line of code on how to make a message b...
[1 reply] : See if this helps: http://www.functionx.com/win32/Lesson04.htm (by closed account z05DSL3A)
one more function problem
 
#include <iostream> using namespace std; double getSales( char, division ) double findhighes...
[4 replies] Last: In this line, remove the comma double getSales( char, division ) ... (by guruplus)
Columnar results in C++ Vis Basic
 
Ok, I need the results to be displayed as such: laid out in a business-like, columnar report ...
[1 reply] : Use setw() and setprecision() in the iomanip header e.g. cout<<setw(4... (by buffbill)
April 2008 Pages: 1... 891011
  Archived months: [mar2008] [may2008]

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