General C++ Programming (Page 6)

by tulips
Please help me with this program..!!
 
i am writing a program that reads in a sequence of binary digits 1 or 0 and stores in STL container....
[3 replies] Last: Ouch. What a mess :) You need to address the C++ errors, and logical e... (by ats15)
Trying to add template class to maintain list
 
Sorry for the lengthy post, I just figured it would be best if you see all the work I have done so f...
[3 replies] Last: i think restaurant. make into template change int to bool put in ... (by cooolio)
by aruna
problem with inheritance program
 
I am working on a inheritance program which create classes that represents musical instruments such ...
[6 replies] Last: You need to look up polymorphism. I changed you code a little, so you ... (by ats15)
Why is it valid to include Header Files twice in a Project?
 
*Title* So if I include iostream twice in my project why is that valid? Wouldn't the linker see tha...
[10 replies] Last: Ok thanks helios :D (by Anmol444)
inline keyword
 
what does inline keyword do in classes????? & How can we creat...
[5 replies] Last: If I remember correctly even if you use the inline keyword the compile... (by xerzi)
A few questions that I need help with
 
Hello everyone! Just made the account today, so please be gentle. I am looking for help with a serie...
[1 reply] : This forum is not designed to do somebody's homework. (by vlad from moscow)
Segmentation Fault when stepping in
 
Compiler: mingw OS: windows XP #include <iostream> class DataType1 { private:...
[no replies]
Two Questions! (1,2)
 
I am very confused right now. My first question is as to why Inline Functions must be included in...
[27 replies] Last: Thanks cire!!! I can finally continue with my book with confidence, I... (by Anmol444)
Communication between injected dll and outside program
 
Hello, i just finished with a simple dll game hack. At the moment it works only with hotkeys and...
[3 replies] Last: I currently use a simple .ini file for this. I know that it's not the ... (by ccman32)
Help finishing program!
 
I have to finish a program with the following directions. The questions marks are where code needs t...
[1 reply] : To make an array simply type int VarName ; To display cout << "Johnny ... (by DarkSly)
C++ Transferring Variable between Buttons...
 
In My Code I want to Re-Use My buttons, Since I dont want to Deal with tons of them... But the Varia...
[no replies]
Untraceable error in c++ code involving classes
 
I've written a c++ program that contains the following classes: class Shape, Circle, Ellipse, Rectan...
[2 replies] Last: The compiler underlines the "b" and "d" giving the error (verbatim) : ... (by The Abster)
Profiling code, 4 threads slower then 1
 
I am doing something wrong since for me 4 threads perform 2 times slower then 1. I have 2 vectors w...
[7 replies] Last: Cool. Remember to close those handles when you're done. :) (by kbw)
C++ assignment (chess like)
 
So I got a task from our countries programming team to do this but I have no idea how I could go at ...
[1 reply] : Loks like pathfinding problem to me. I suggest looking into Dijkstra's... (by MiiNiPaa)
Is this a proper way to be naming files and making there file types?
 
Trying to learn how to deal with files and I wanted to make a way for the user to make his own file ...
[2 replies] Last: Thanks man! Really helps just learned something new. :) (by Michael Wilson)
by k321
QR - method
 
I am lokking for inspiration to my c++ program to find eigenvalues for a symmetric vector with QR me...
[no replies]
This makes no sense?
 
In my book: "Clicking on Finish will create the skeleton for the function definition within the cl...
[6 replies] Last: So, the text from my book makes no sense, because from the code provid... (by Anmol444)
millisec counter
 
hello! iam doing my final project. and i've to write c++ code as distance relay.in this code for ex...
[3 replies] Last: my project about distance protection for power transmission lines whic... (by aymanalamin)
by catus
a little function
 
hi all. i wrote this int crea_vett ( int vett , int size ) { int indice; int poss = {1...
[3 replies] Last: This code is wrong indice = rand()%9 + 1; while ( poss == 0 ) indi... (by vlad from moscow)
Junk
 
Deleted post.
[5 replies] Last: #include <iostream> #include <string> using namespace std; string mys... (by CroCo)
Pages: 1... 45678... 78
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.