General C++ Programming - September 2008 (Page 5)

How to use ctime functons(time.h)
 
Hey, I have a project where I need to get the system time along with the wall clock time. Currentl...
[1 reply] : http://www.cplusplus.com/reference/clibrary/ctime/time.html (by jmc)
error: could not convert 'L.ChainedList<T>::Next [with T = Pont]' to bool
 
Helo, im getting the message that you see in the title, and i don't know why. I have a Class ...
[2 replies] Last: Seems i dumbly forgot to write the parentheses for the method. Thanks ... (by kanesoban)
extracting from arrays
 
This is what I am looking to do. I have this array where there's say 512 bytes (512 char arrray). ...
[8 replies] Last: Thanks for point the i+ =x part. I missed it. (by califguy)
Hurricane Program
 
I'm having trouble with a program and was hoping someone could help me out. I've tried a few things ...
[3 replies] Last: What exactly do you need help with? A degree equals 60 nm, this is ... (by int main)
API - Intermediate question.
 
I've been working with C# recently, but I learned to program in C++. However, the term API is rather...
[no replies]
CToolbar
 
Hi I have a property page which displays two toolbars I need to position these in certain plac...
[no replies]
structure, function and array
 
Hi, I am trying to get this particular program to work. I can get my structure with an array to w...
[2 replies] Last: buffbill, he did initialize the TsuPod variable "song" on line 13. (by QWERTYman)
by R0b0t1
Problems with sudoku solver.
 
This might be a harder problem than I thought. (Please be in mind I am compiling this as C, ...
[9 replies] Last: The decrement of i is simply so that it ignores everything that isn't ... (by R0b0t1)
by Bleast
Inherit + Method Pointer
 
Hello, I have a mother class like that (I keep only the interessting part) : Code : name...
[2 replies] Last: Ah yes, this problem. The problem is that your p_callback typedef ... (by jsmith)
atan2 formula..
 
Okay; For reasons, I'd like to know the formula for atan2. Thanks in advance.
[8 replies] Last: I think we're saying the same thing in two different languages, while ... (by helios)
getch()
 
I'm writing a program that performs some password masking and i'm using the getch() function from th...
[9 replies] Last: PC keyboards You will notice that modern PC keyboards have those ... (by Duthomhas)
by komal
prefix to postfix and infix
 
I need to write a program that reads a file as input and converts prefix to postfix and infix.. I wa...
[3 replies] Last: Help with the brackets please !!! (by komal)
by samnet
Dev C++ include ADO?
 
Samnet : Dev C++ include ADO?
[3 replies] Last: Stupid questions are to be answered in equally stupid manners. (by helios)
by Duncan
trying to use an instance of one class in another class...
 
#include <iostream> using std::cout; using std::endl; struct myClassA { int* my_array; //g...
[2 replies] Last: oh, cool, that fixed it. thanks. (by Duncan)
Linking error with usb.h
 
Hi, I'm trying to read the values passed from a usb port as a joystick. Everytime I try to call ...
[3 replies] Last: debug or release? (by lw1a2)
by vcc
Why we need #include <string>
 
I am new to C++. I've read in section #include <string> They said that we must #include <string> be...
[9 replies] Last: My mistake, sorry. (by eker676)
file I/O using replace
 
Hi, Stuck on using replace. I can use find to locate a string, and it indicates the correct pos...
[7 replies] Last: This is how things are done: you read an entire relevant block of data... (by helios)
Output required
 
Hello all, Well i wanted a output of a prorgram to look like this, i tried but can't figured out ...
[9 replies] Last: What Duoas means by that is that you shouldn't just give them the code... (by jpeg)
CToolbar
 
Hi I am using some propety pages in wizard mode, on one of my pages i am using a toolbar The ...
[no replies]
by komal
Reading a Text File
 
I'm trying to read a file and then check whether the data in the file has balanced braces. I'm suppo...
[4 replies] Last: Ah. Then you only need to deal with one line at a time. int main( ... (by Duthomhas)
September 2008 Pages: 1... 34567... 11
  Archived months: [aug2008] [oct2008]

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