General C++ Programming - August 2010 (Page 20)

by cpp456
deleting last element from vector
 
I am trying to delete 14 from vector which is inserted twice. My code deletes first 14 but not last ...
[5 replies] Last: sorry, I posted before seeing your comment. I got. Thanks for help. (by cpp456)
Math issues
 
I'm making a struct for creating arrays that have any number of dimensions, with any given type (tem...
[15 replies] Last: Nobody is really answering this guy's question. Before I start... I... (by Disch)
by declan
Multiprocessing in C++
 
Hey guys. Now that I've got my program to a point I like, I've been told to make it able to work on ...
[6 replies] Last: Full information about OpenMP is at http://openmp.org, including the c... (by rchrd)
How to get websites source
 
Hello everyone I want to ask for a full simple code. I'm creating console application with dev c...
[3 replies] Last: Oh yes, lubcurl +1 (by Duthomhas)
by onako
Freeing memory from vector of structs
 
After I performed some operations on the vector of structs, I need to free the memory. I suppose cle...
[5 replies] Last: Unless the elements of your container are themselves pointers, you don... (by stravant)
Getting Computer information
 
Can someone share a code. I am using dev-c++. Creating console app. I need to gather information ab...
[3 replies] Last: i got code and it works for me. #include <windows.h> #include <tcha... (by zyrukas)
Tic-Tac-Toe Clone
 
Hi all! I have recently finished up learning the basics of C++. I have been wanting to move into win...
[3 replies] Last: "I have recently finished up learning the basics of C++" Have you d... (by stravant)
Use of char* with STL
 
I want to create a vector of char* by reading strings from a input text file. The vector is created...
[3 replies] Last: When you read the data in from the text file, do you store it somewher... (by stravant)
Comparing pre-stored data
 
Hello, I need to write a program that can firstly create user account and store the information ( I...
[1 reply] : You cannot compare C strings with operator==, you'll need to use strcm... (by Athar)
filestream
 
Hi, I want to take inputs from a file which has list some other files.I want to use each of the fi...
[1 reply] : What do you have so far? (by Bazzy)
friend operators not being found in case of templates
 
I have the following code: template<class Key, class Value> class BinaryTreeMap { private...
[13 replies] Last: Thank you, this works. (by Od Mishehu)
by levone
void pointer to void array
 
In my code you can see I am sending a void pointer of a void pointer array to my thread function.. T...
[4 replies] Last: I do use Boost for programs that are only for Computers. I use SDL fo... (by levone)
August 2010 Pages: 1... 181920
  Archived months: [jul2010] [sep2010]

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