General C++ Programming - May 2012 (Page 22)

Multidimensional arrays and operator[]
 
Hello, I am currently wondering why operator cannot be used to index multidimensional arrays. My s...
[14 replies] Last: > Not to the readers of C++FAQ or the users of boost.ublas or Eigen. ... (by JLBorges)
MAIL BOX
 
hello everyone i've been asking to design a mail box using pop3 and smtp implimintation, however,...
[no replies]
by anuf
Hangman game
 
i need help,our teacher give us a problem on how to design the logic for the hangman game.which the...
[no replies]
Abstract functions
 
I have a solid background in Object Pascal and C++ is very new to me. I have a base class that ne...
[5 replies] Last: Thanks for the info. I'll stop trying to make the impossible work. (by KevinOfOz)
Include the library in solution
 
Hi everybody, I'm beginner user of C++ and I'm working with OpenCV library. When I've finished to wr...
[1 reply] : To do this, you need to do what's known as "static linking". Google ho... (by Moschops)
questions here....
 
i am plannning to create a cheat engine and dont know what C++ headers i shall use, and how do i att...
[1 reply] : Sounds like you're trying to write a debugger to start with. Do some g... (by Moschops)
Count Number of Data
 
How can I count the number of data in array Example: In a class with 20 pupils the heights of ...
[3 replies] Last: Yes, I would mind. This is most likely homework. If I give you workin... (by Gaminic)
Pointing Arrays C++ Visual!
 
Here is what i cant figure out input(string&code1,string&code2); and input(string&code1,string&code...
[10 replies] Last: This makes no sense whatsoever: &code2= decoder2; You're trying to a... (by Gaminic)
need help with stopping the board from reading the initial value of the board
 
I need help with the code to stop it from reading the initial value of the board. For example if the...
[no replies]
Input from user
 
Is it possible to take input from user using cin or getch() or any other and if user does nor enters...
[no replies]
by Flurr
Test Scores using 1 do while and the rest For loops
 
I have the basics of it working but I can't figure out how to make the -1 to quit not be displayed a...
[2 replies] Last: Thank you for helping me with this. I Figured it out using another pro... (by Flurr)
Calling for help~~~
 
Hello, everyone. I wrote my code to compute the value of an equation written with characters. That i...
[2 replies] Last: <math.h> is redundant with C++ you need <cmath> (by buffbill)
PROGRAM CREATING PAYCHECK
 
IM HAVING ISSUES GETTING A PROGRAM TO READ INFO FROM A FILE AND DOING THE FINAL OUTPUT. CAN SOMEONE ...
[no replies]
I new at programming ATmega with C++ what is the process( steps ) of doing the function below?
 
programming ATmega with C++ what is the process of doing the function below? EXAMPLES Assuming...
[no replies]
help plz! find email in an .txt
 
hey everyone i am new to programming and have been working on this code for about two days with no s...
[no replies]
Is there any mechnisam for roundoff float numbers in c++
 
Hello guys..i am working on a program where in calculation if i got for example 14.6 i have to round...
[2 replies] Last: try: #include<iostream> #include<iomanip> using namespace std; int ... (by buffbill)
ShellExecuteWait()
 
While using the ShellExecuteWait ( "MegaMoney.exe" [, " " [, " " [, "open" [, showflag]]]] ) functio...
[7 replies] Last: Interestingly googling ShellExecuteWait and c++, top result: this post... (by slicedpan)
Question about Min and Max numbers
 
Hi all I'm new here. I have an assignment I'm working on. User enters positive numbers, program tota...
[5 replies] Last: Oh i see. Dang I cant believe I missed that. Added: cout << "Please e... (by klok95330)
problem with iterator and protected
 
Hello, I'm having problem using iterator. I have a class named Matrix and other one named BinPacki...
[4 replies] Last: You can access a protected member from an inherited class, but only it... (by slicedpan)
integral approximation program (final project for class)
 
I'm having trouble with this program. I'm trying to calculate the integral approximations using the...
[no replies]
May 2012 Pages: 1... 2021222324... 41
  Archived months: [apr2012] [jun2012]

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