General C++ Programming - January 2008 (Page 2)

C++ project 1000 lines / subject : anything
 
Dear All I need help at school I need a C++ project with 1000 lines and it can be about any...
[no replies]
Writing an ostream << function for a custom class
 
I'm not having too much luck here. I've written a custom vector class, and I'd to be able to use it ...
[no replies]
by la8dm
>?=
 
Is ">?=" an operator of C++? Or G++? What is the difference between G++ and C++? How to search">?="...
[10 replies] Last: Muzhogg, Ok, I think I am beginning to understand how this is worki... (by maingeek)
Help with "airline seats" array code
 
I have to make a program that goes like this: You create an airline pass by inputing name, choosing ...
[5 replies] Last: // airline.cpp : Defines the entry point for the console application.... (by maingeek)
How to search a c-string
 
My project is to create a program that reads two different files named hw1_1 and hw1_2 and the files...
[1 reply] : #include <fstream> #include <iostream> using namespace std; //voi... (by korymartin)
by Ellie
map iterator inside a templated class
 
Hi, I have the class pasted below. It fails to compile at the line where I declare the iterator: ...
[no replies]
Please help with C++ DLL for use with Delphi . . .
 
Hi All, I've got a problem, I'm trying to implement the MSN protocol V15. I'm doing this in Delp...
[1 reply] : Hi, If I understand your problem the links below give a help. The f... (by rodrigofaccioli)
Call process C/C++ problem
 
Hi, I have a problem about how I can call processes in C/C++. My task is to develop a source-c...
[no replies]
compiling C code at visual C++ 6.0
 
hi, when i compile my c code at visual C++ 6.0, i got some errors and i can't fix it, please help....
[1 reply] : The errors boil down to not knowing what "off_t" and "__CRT_INLINE" ar... (by dirk)
I have a class problem help please
 
#include <iostream> #include <windows.h> using namespace std; class car { public: ...
[4 replies] Last: Ok thanks guys =D (by programmingnewb)
by hazda
I STILL DON'T GET IT
 
I posted a question on how to create a triangle of asteriks and i was replied by "muzhogg".With the ...
[2 replies] Last: Good job explaining it, Azrael. As for hazda's code, however, shouldn'... (by Aepos)
by issac
any 1 noe ab make_heap() ?
 
i found an example below; it is ab the make_heap() but, it is not working due to the "print" functio...
[1 reply] : make_heap rearranges the elements between the pointers passed as param... (by martinlb)
Using DLLs
 
I am trying to use a dll in my program, but I cant figure out how to initialise it then use its func...
[4 replies] Last: ok thankyou for that the loading now works. now i have another prob... (by trigger)
by issac
help me...give me suggestions...==
 
[#include <iostream> #include <algorithm> #include <vector> using namespace std; int weight_t...
[2 replies] Last: Great!!!.flaverli....this is very useful to me...really thanks u a lot... (by issac)
int vs. unsigned
 
Sorry if this has been asked before or if it's in the wrong place. I'm writing a plugin for maya us...
[2 replies] Last: Thank you. I suppose I'll just leave it as const unsigned for now. B... (by cranberrytuna)
by rlexa
fread stops with eof even if it's not
 
Hello! While writing a WAV_Reader I encountered the following problem. First off a WAV file is...
[2 replies] Last: Duh... Just came back to close this issue. Most references on the w... (by rlexa)
by zprise
Simple for others , not for me
 
Simple for others , not for me. How do you allocate memory for an array of pointers, each pointer p...
[2 replies] Last: If you can determine the number of strings needed before allocating th... (by martinlb)
system() help
 
hello, i have a quick question about system commands. i have been having trouble with this for some...
[4 replies] Last: How about system("ipconfig >> flap.txt"); This will put the outp... (by Gras)
Application Hooking
 
I believe it is called hooking. I'm not actually sure. I have a trivia game I am programming. I woul...
[no replies]
help me with this problem
 
it is given a list with elements of type "person".every element stores data for person.Name,Surname,...
[no replies]
January 2008 Pages: 123
  Archived months: [feb2008]

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