General C++ Programming (Page 71)

by MM45MM
Help
 
I trying to understand polymorphism. Need some assistance in having the same character output to a w...
[4 replies] Last: Here is what I have so far, but I need to tweak it so there is an inpu... (by MM45MM)
If I already know C++, should I learn C?
 
Hello. I know C++ very well, and I was wondering what other languages could I learn? I already know ...
[4 replies] Last: The C++ environment has a bit of baggage to support some of those wond... (by kbw)
by Joe412
file opening/checking file
 
allright this is my pseudo code i was trying to write in c++. As most of you probably noticed im a c...
[3 replies] Last: reply made to other thread (by SamuelAdams)
Finding duplicate in 2D Vector string
 
I want to find that whether the 2d Vector table having duplicate or not. I can see lot of programs f...
[1 reply] : If you want to avoid having duplicate entries in your STL container, t... (by ajh32)
by hiok
vector::data
 
Hey, I am having a weird output after the usage of vector::data: // Vector includes: [2, 3, 4, 5...
[8 replies] Last: If vector::data is just for null terminated strings, then how would y... (by MikeyBoy)
accessing variables from another project
 
I have a Visual C++ solution file that contains 3 projects. i want to access the variables declared ...
[6 replies] Last: I want to access the variables and pointers like intraPredAngle, absAn... (by Abhilash)
by mary2
Need help with this pls!!!!!!!!!!!
 
A university has polled its students to determine which professors are most popular. The votes cast ...
[2 replies] Last: I would make a vector so that I can add profs. Read in every line, ... (by ARMinius)
by BasV
openMP nowait with 2 for loops
 
Hi everyone, I have a question about openMP: When I have two for loops like this: #pragma ...
[no replies]
i/o streams
 
While the voter’s roll (file VotersRoll.dat) is processed, a new updated voters’ roll (another f...
[no replies]
XML Parser + Data binding
 
Hi! I want to take information from an XML document and make classes or structs of them. I've been...
[4 replies] Last: There's also gSoap: http://www.cs.fsu.edu/~engelen/soap.html I use th... (by Lodger)
failed string subscript out range
 
problem occur when string name is inserted.. getting error string subscript out of range when the 1s...
[14 replies] Last: Hmm. The operator>>() is overloaded to support string class strings. ... (by todricos)
by nunks
Extract txt to vector
 
Hi guys im trying to extract this 1 2 3 4 5 7 8 9 6 10 1...
[1 reply] : #include <algorithm> #include <fstream> #include <iostream> #include ... (by Catfish3)
Reading only certain values from text file
 
#include <iostream> #include <fstream> #include<sstream> #include <string> using namespace std;...
[no replies]
Getting a char from a string
 
I have this problem that I don't know how to sort out. I have a feeling it's really simple, but I ca...
[2 replies] Last: Thanks I hadn't realized that it was a kyword. (by Gulopey)
Help with caesar cipher
 
Ok so I am currently working on a program that encrypts or decrypts text that is typed in by the use...
[3 replies] Last: yeah, I had exactly the same issue when I programmed a simple XOR-Encr... (by ARMinius)
Reading info from a file
 
I'm trying to read information from a file and put the data into vectors of its appropriate type. F...
[8 replies] Last: dsff (by JustinCane)
CAN ANYONE EXPLAIN ME!!
 
please help explain me what the meaning each line in this sricpt..?? #pragma hdrstop #pragma arg...
[4 replies] Last: You will need two variables "front" (old "top") and "back". For "front... (by MiiNiPaa)
Printing from a vector of structs
 
Hello, I'm trying to print values from a vector of a struct and I don't really know how to do that. ...
[2 replies] Last: If you do not want to bother how many elements are contained in the ve... (by vlad from moscow)
using OOP to implement matrix class that provide the basic matrix operations
 
i want to know how i can solve this question? do i need to create a class or write the program codes...
[12 replies] Last: please im so sorry ajh32, i didnt receive any of your message, thank y... (by Amima 2)
by Daleth
Just a quick question out of curiosity
 
Has anyone ever attempted writing a complex program on a single line to see if he or she could do it...
[3 replies] Last: Aha, nice nice, thanks for that E: Another bool isp_2(int num) { ... (by Smac89)
Pages: 1... 6970717273... 79
  Archived months: [mar2013]

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