General C++ Programming - April 2008 (Page 7)

list split help
 
Ok i am trying to create a method to split a list. In the main method i have for (i=0; i < 26...
[1 reply] : ok i figured out how to split, but now i am having trouble with removi... (by elliott1234)
Time.h
 
Basically, I need a copy of it, as Dev C++ doesn't have it. I'm trying to get a random number, and ...
[2 replies] Last: Oh, use ctime, okay! Thank you! If it doesn't work, I'll give you my e... (by VenomousNinja)
by nezi
Problem in Inline functions
 
#include<iostream.h>
[1 reply] : What? (by firedraco)
by wing8b
Problem in Scheduler
 
I come up with some problems on scheduling in C++(for Linux). I need to operate certain tasks at cer...
[no replies]
Looking to prevent a program from ending.
 
Hey guys what's up new guy here.... Anyways, I like to tinker around and do crazy stuff with C++ ...
[2 replies] Last: thanks man... I appreciate it. (by addicted2code)
determining prime numbers
 
Hi, I'm new with C++ and need help with prime numbers. I need to write a program that determines...
[6 replies] Last: Turkeycatmom: In addition to being able to use this code, please under... (by msram)
School Project Help URGENT I attend Qantm College
 
Hey guys and girls i am having trouble making battle ships in a win32 project here is the code i got...
[no replies]
overloading << not working
 
I have 2 classes, Edge and Point. Edge contains Point P1 and Point P2 as private memebers. Edge has ...
[8 replies] Last: And I forgot to mention in the last note. Normally we dont see a "f... (by satm2008)
by zjimbo
hide flashing cursor in cmd
 
I use the next code to hide the flashing cursor when you run the application. But it doesn't work. T...
[1 reply] : SetConsoleCursorInfo returns zero if it fails, so check for this and c... (by closed account z05DSL3A)
by Kvakac
pattern recognition
 
I am working on a program that works as a gesture recognition for sensory glove. Outputs from 14 glo...
[1 reply] : This may be of interest: From Wikipedia: A hidden Markov model (HM... (by closed account z05DSL3A)
URGENT C++ text setter program
 
the problem is as follows my teacher wants me to: write a program that reads lines of text into a s...
[3 replies] Last: yea i got it to work guys... it was crazy here was the answer if you a... (by Melissaplusplus)
beginner-help....
 
Err... I just started the "Windows-form" type of C++ Visual and I have a question: where can I get a...
[no replies]
Help with project!
 
Hi guys, I took on a side project for my class in which i need to use C++ and MATLAB to figure ou...
[1 reply] : Well, my advice to you, that you could use an int pointer to read the ... (by Constantine UA)
Capture Results from System()?
 
Hello, I am trying to write a basic program that searches a user's hard drive for PST files. Once t...
[3 replies] Last: Well if you include fstream.h, then you could use getline like this to... (by firedraco)
iterative....reverse
 
hey guys i havta write an O(n) iterative function which when passed 2 vectors of ints v1 and v2 will...
[2 replies] Last: Using std::equal #include <algorithm> #include <vector> using st... (by ropez)
Comparing two objects of different classes
 
I am building a program that has a class called Bone and a class called Joint. In another class call...
[1 reply] : Can you post some code? Are Bone and Joint subclasses of Skeleton? (by ropez)
by mux
C++ ShellExecute()
 
Hi all, I've written a C++ code to call cmd.exe from within this code as shown below: ShellExe...
[1 reply] : Hi, i would suggest using system instead of shellExecute system(... (by guruplus)
help in these code please
 
that code is about a text editor program please tell me what's the wrong in the code #include<io...
[1 reply] : I compiled your code in VS 2005 after i fixed a nessary "." symbol in... (by guruplus)
by g0dwyn
Nodes with Different Generic Types
 
Hi everyone, So I'm trying to create a n-ary data tree. The tree is composed of TreeNodes, which...
[1 reply] : TreeNode<T> root = new TreeNode<T> (NULL, new vector<TreeNode* chi... (by guruplus)
how to handle voxels
 
Hi, I have a challenging problem to solve.... I need to store a floating number (the scatterin...
[2 replies] Last: it may be worth looking at an Octree. "An octree is a tree data str... (by closed account z05DSL3A)
April 2008 Pages: 1... 56789... 11
  Archived months: [mar2008] [may2008]

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