General C++ Programming - June 2014 (Page 3)

Image transfer between linux server and windows client
 
hi, how send and receive images from linux server to windows client?
[2 replies] Last: You should use a library like libcurl which already implements the pto... (by modoran)
How can I use construct object (Shape) efficiently?
 
I am a c++ novice and have a problem with my code (I wish for answer with code). The conditions I h...
[1 reply] : I don't see any problems. (by helios)
by javi3r
BST Delete Leaf Node
 
Hi all, i have problem with my code. When i delete child node there isn't problem, but when i delet...
[1 reply] : It looks to me like the code to remove a leaf is at lines 141-146 and ... (by dhayden)
Converting an object to a different class
 
Sandy is of class Person, who converts to Muslim and takes on a new name Fatima, and has all the att...
[14 replies] Last: Typical use of the (acyclic) visitor pattern: #include <iostream> #i... (by JLBorges)
Class has no member? (1,2)
 
I am having compiling issues and am looking for an explanation as to what is causing the error and h...
[33 replies] Last: Zhuge was correct in his last post, the problem has been resolved. (by dptru10)
Run c++ exe in website
 
I have VRP algorithm written in C++, run with command prompt Windows. input (command line) -> VRP.ex...
[3 replies] Last: I would write a function in PHP to achieve the intended result. (by ajh32)
Need some power for a computation
 
Hello, I am working on a program and its complete. However, it takes hours to calculate the results...
[5 replies] Last: If you're on Windows then perfmon is a tool that gathers and displays ... (by Computergeek01)
graph
 
guys i wanna ask about this code int main() { int t, N, m, s, T; int u, v, w, i; scanf( "%d", &...
[3 replies] Last: Yes. (by MiiNiPaa)
by farai
Libserial read port
 
I am using libserial library to interact with a modem using c++. The C++ code sends an AT command: ...
[no replies]
How to learn specifically C++ for high frequency trading ?
 
Hi guys, I have been programming for a few decades now, but also trading currencies, stocks and f...
[7 replies] Last: I never see myself competing with others but rather make myself useful... (by philgib)
including DDK headers
 
Hi, I'm having a bit of trouble including headers from driver development kit to Visual Studio 2...
[13 replies] Last: may be i cant using <ntddk.h> in Console Application ? when i buil... (by int man)
OPENGL how to load a texture with Alpha Channel
 
Hi Everyone, I'm trying to load a Quad with a Monster Image on it that will always face the C...
[2 replies] Last: memset(TextureImage,0,sizeof(void *)*1); // Set The Pointer To NULL ... (by closed account 10X9216C)
Undefined Reference
 
This is my code and I am not sure where the problem lies. I have researched and racked my brain and ...
[3 replies] Last: Are both list.cpp and stack.cpp in your project? I second this. It lo... (by helios)
QLabels and high speed updating causes crash
 
On a project I'm working on, I need to update many QLabels very quickly. Each label needs to be upda...
[5 replies] Last: One more guess: Try calling setFocus() on your display widget in doPer... (by norm b)
How to rotate a Single 3D Object by modifying it's coordinates
 
Hi Everyone, I would like to understand how to rotate a 3D Object around it's Center, by modifyi...
[7 replies] Last: Coooooooool! I'll check it out (by Cydriic)
Input string text into string array
 
/*assume array is already initialized and declared and is of array type string.*/ ...
[1 reply] : What size did you make the array when you declared it? (by wildblue)
for loop in hangman game
 
Ok here I have a program that reads a word from a text file randomly and matches it with the definit...
[1 reply] : Based on your description, you want to print "definition" not "word" i... (by tipaye)
Idea ? : inheritance semi-shared static attribute
 
Hi, I had troubles doing something simple and I wanted to figure out if the idea I come-up with is s...
[4 replies] Last: Thanks, I didn't know for static variable. (by Yaugzebul)
memory cost on the loop of menus
 
I have a question on the wasting of the memory on the use of menus. What is the task: I have m...
[4 replies] Last: Well that's at least half the idea, but hey, progress is progress. (by Computergeek01)
Comparing Strings and Enums
 
How do I compare a string vector against an enumerated type? My code so far is: void convertToLastF...
[1 reply] : So you're asking how you compare an array of letters to a numerical ty... (by Computergeek01)
June 2014 Pages: 12345... 21
  Archived months: [may2014] [jul2014]

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