General C++ Programming - January 2012 (Page 13)

rs232 communication
 
I would like to write a C++ program to communicate (via rs232) with a temperature oven. I will be us...
[no replies]
Barcode reading from TIFF file (Optical Barcode Recognition)
 
I am trying to start in the right place and I've done a lot of searching and reading on this forum. ...
[no replies]
virtual destructors
 
Can anyone tell me the proper way to implement a virtual destructor? any maybe even why it is the w...
[9 replies] Last: sweet, thanks guys! (by closed account zwA4jE8b)
by ddre20
limiitng float value
 
i am writing a program that uses times but for times i am entering them as float values HH.MM obvio...
[1 reply] : It is probably better to not use float for this because they are not a... (by Peter87)
Files
 
What is the difference between source files and object files?
[2 replies] Last: Source files contain your source code as you write it. An object file ... (by Jessy V)
c++, SDL- Method/Function issue
 
Hey there. I am making this 2D game, like tiggy. You must catch the other guy. It is two player eit...
[1 reply] : You forgot to put () after the function name bot.move () ; ... (by Peter87)
setting default value for the function
 
Hi, I am trying the set the default value of the function of the class. but this code gives me err...
[4 replies] Last: Thanks naraku9333 , and Moschops ,, for your tips it worked . . cheers... (by bluecoder)
Leak in this function: How do I get rid of it?
 
Okay, I'm having trouble with this function. Basically it's supposed to read in a bunch of stats and...
[2 replies] Last: I'm trying to make this code friendly to the C++98 so that my partner ... (by ciphermagi)
by Zanje
If-else To Switch Statement
 
else if (menu =='B' || menu == 'b') { printf("\n\nGuessing Game"); p...
[7 replies] Last: The compiler needs to know the number of a switch statement before it'... (by closed account o1vk4iN6)
Self-modifying programs
 
So, for a course I'm in I have to partake in a discussion on how self-modifying code is possible in ...
[14 replies] Last: Yea it's more of modification, that during runtime, may be unknown. Li... (by ResidentBiscuit)
Vectors capacity question
 
Well I've been learning about vectors in this C++ book and then came across the memory reallocation ...
[7 replies] Last: > it massively reduces peak memory usage. Yes. During the buffer res... (by JLBorges)
Does this book suck? Or just me..
 
Hi, I've been reading C++ without fear (2nd edition) and at the beginning it's proved quite resource...
[2 replies] Last: Last question first: good C++ books? Maybe you should use sites such a... (by Catfish)
pionter to 2D array..??
 
int (*p) ;/* Syntax for pointer to 1D array which can point to any integer array of size 5. */ I...
[2 replies] Last: Thank u.. (by Abhijit Kulkarni)
help somebody..
 
Input: Weight: 202 Output: 100 lbs: 50lbs: 10lbs: 5lbs: 1lb: 202- 2 0 ...
[3 replies] Last: You should at least think of an algorithm, then only we will help you ... (by SameerThigale)
C++ Server sending message back to client simple solution?
 
Alright, I am writing this server for my own good and I am not doing it for school or anything like ...
[5 replies] Last: I am reading about the lacewing library now but I usually have trouble... (by mrmodest)
Visit website and enter ID and pass
 
So the language I know best is C++, I've completed 1 class on it in college, and in a second now. We...
[5 replies] Last: Hi, I found a solution to your problem: Visit website and enter ID an... (by codekiddy)
by emjei
Linked List
 
i'm having a trouble about my program. it is having an unhandled exception. here it is. //MyL...
[4 replies] Last: ohh. thanks. (by emjei)
by Bobu
Reading in specific data-file via C++-Strings
 
Hey, I'm feeling I've searched the whole net, without finding any solution to my problem... I ...
[3 replies] Last: Thank you very much for your quick replies!! Everything works fine!! ;... (by Bobu)
Creating a Login Database
 
So basically I have been trying to create a Login Database in C++, in which you must register first....
[4 replies] Last: Well, if you're working with webpages and online stuff, then look up S... (by Stewbond)
Calculating grades with Decimals
 
Alright, this is a refresher assignment for my Advanced C++ class, and I have the program doing ever...
[3 replies] Last: I tried that before, but forgot to change one of the variables to the ... (by KaraPardue)
January 2012 Pages: 1... 1112131415... 36
  Archived months: [dec2011] [feb2012]

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