General C++ Programming - November 2008 (Page 11)

Printing labels using columns and rows Begginer
 
Im really new to C++ and am trying to write a program to Print this label 3 columns wide and 8 rows down? Any ideas would be much appreciated? at the moment i c...
[3 replies] Last: Yes, but you dont have to use a loop for every single line. You cou... (by Scipio)
Problem initializing templatized class (urgent)
 
I'm currently trying to test out a standard simple linked list class. I'm currently trying to templatize the class for ints/chars, then going to move on to tem...
[14 replies] Last: I don't think your instructor would have have given you a wrong way to... (by guestgulkan)
trouble with random string generator
 
I am trying to code a random string generator using boost libraries for random number generation. I have tried coding the same keygen without using boost and re...
[4 replies] Last: if you are worried about string size, i would suggest using firedraco'... (by Mal Reynolds)
header response needed fast
 
help my code is not loading right i am getting wierd errors. This is my code and it tells me that } on main is a syntax error. MAIN #include "menu.h" #...
[4 replies] Last: No problem, we all were new at some point :) (by firedraco)
C++ classes headers
 
I need some help with classes. My homework this week is to write a code that uses 2 headers and has one header set as a Derived class. I am to have the Derived ...
[1 reply] : http://www.cplusplus.com/doc/tutorial/classes.html and the next 2 t... (by firedraco)
Blinking or flash text
 
hi all... i want to display the blinking or flash text... can anyone help me hot to create the C++ coding???
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
Objects not updating after passing to a function
 
Okay, so, making an ATM using C++ object oriented programming, but I'm having a weird problem where after I pass several "component" objects into another class ...
[no replies]
stack overflow problem in recursion
 
hello, I am using Recursion in my c++ program,i got a problem of stack overflow.can any one send the code for handling this problem.
[3 replies] Last: There are two possibilities. One is that your program is buggy, which ... (by xjtufofo)
by kian
Bad object file record in module
 
Hi. I am working with turbo c++ 3.0 borland and I want to call a java function from c,when I add jvm.lib to my project,following error is shown. "Linker Error...
[no replies]
Why won't this compile ?
 
Hi, Here's a simple class that I can't get to work. I can't for the life of me see where the problem is. class v_Rect { public: wxPoint m_Pos; ...
[6 replies] Last: It seems like your problem is you are declaring the functions inside o... (by firedraco)
by Z611
WAV file sampling........
 
Hi, I'm relatively new to programming. Have bought several books on C++ and I'm awash in terminology and conventions....Read tutorial on opening a window and it...
[2 replies] Last: Thanks for the reply, but I have very little idea of what you're talki... (by Z611)
by sagard
need urgent..
 
hi this sagar.plz send the solution for this problem.. const hvector<T>& operator-= (const hvector<T>& c) const { typename vector<T>::iterator lhs= const...
[4 replies] Last: Thanks Mr. Jsmith. very useful information for me.. Thanks lot (by sagard)
November 2008 Pages: 1... 91011
  Archived months: [oct2008] [dec2008]

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