General C++ Programming - August 2010 (Page 19)

by aayu09
template class
 
I am working on a software project and I don't understand the following c++ function: template<c...
[4 replies] Last: BTW, this line: return goo(object, (user_method_t)method); almost... (by jsmith)
by Wander
Can't get Console and SDL to work together
 
Hey, I'm trying to create a program that displays a map and allows the user to put coordinates on t...
[15 replies] Last: You have to draw things to the display the same way as ever. All a cli... (by Duthomhas)
C2011
 
I have gotten fatal error "c2011" and can't seem to fix it. 1>------ Build started: Project: Game...
[2 replies] Last: And add #ifndef __FILENAME_H #define __FILENAME_H__ //your code ... (by bartoli)
by Wander
SDL_CleanUp()
 
Does SDL_CleanUp() completely replace SDL_FreeSurface()? If not, how do I know when to use each one?
[no replies]
IRC bot?
 
I want to write an IRC bot in C++; how would I go about doing that? Thanks.
[2 replies] Last: I know that. That's what I'm asking; how do I connect to the IRC socke... (by UmlautBanana)
by led
pickupfolder
 
Hello I try to fine tune an application, and need to assign a button to open up a browse folder s...
[1 reply] : Could you be more specific than the functions you have "don't work"? (by Zhuge)
Can't get variable to work in a function?
 
I am trying to get my program to find the min and max value of an array, I tested the array to make ...
[11 replies] Last: Yes. Using dynamic memory/allocation. http://www.cplusplus.com/doc/tu... (by Zhuge)
direction of movement in program
 
i am trying to implement this program http://en.wikipedia.org/wiki/Steinhaus%E2%80%93Johnson%E2%...
[no replies]
Having problem.... taylor
 
i this taylor series on my own, with friends helping, but I can't seem to make it work.. here the co...
[1 reply] : So what exactly does "not working" entail? What is that "problem" you... (by Athar)
library problem??
 
Hello, im trying to compile a c++ application (that uses sockets) with codelite + mingw (os: wind...
[2 replies] Last: The typedef is called uint16_t (not u_int16_t). (by Athar)
making only one member from superclass visable
 
I have a question concerning making a class "my_vector<...>" that is a subclass of "std::vector<...>...
[3 replies] Last: No, you should make a class that contains an instance of the STL conta... (by jsmith)
Any ideas to speed up ?
 
Dear all, Recently, I was involved to deal with this job, re-organize the tsv data. Original dat...
[15 replies] Last: Hi, guys, Thanks a lot for your comments and suggestions. You guy... (by Junhui Liao)
calling constructor
 
In C++ when we create an object of a class, Constructor will be called automatically. Who will tak...
[1 reply] : The compiler will generate the right code at the right place. (by Galik)
C++ & HTTP
 
Hello ! i'm new in c++ programming and i have to write a c++ application that will receive data fr...
[no replies]
Problem to substitute the std allocator with boost.asio and boost.filesystem
 
I subsitute the std allocator with my own stl allocator, and defined a new string type like this: ...
[no replies]
by obad
read from file into array
 
Hi , I have this code which is capable to read from file only one column , I need it read two colum...
[2 replies] Last: Hi stravant , many thanks for ur post. it is realy easy and helpfu... (by obad)
by bm2010
basic string formating
 
hi, im working on a simple script language, and so far i got it working great (with help from Athar,...
[4 replies] Last: that works wonders. i was able to intergrate that into my code, with n... (by bm2010)
by relyt
OS Testing
 
(Mods, if this is in the wrong section, please feel free to move it.) For a few months or so, I`v...
[4 replies] Last: If you`re saying use the flat binary, I`ll try that when I get access ... (by relyt)
very strange bug in C++
 
Hallo. I wrote an app. in C++ using WinApi functions, its simple prog creating and moving figures ...
[1 reply] : There is an overflow bug in your code. The OS just re-loaded your prog... (by Duthomhas)
Array/integer comparison error
 
I'm trying to write a practice program that creates a character for a pen and paper rpg. Here is my ...
[2 replies] Last: Thanks! It had never occurred to me to use a bool like that. And I gu... (by gamerkruger)
August 2010 Pages: 1... 17181920
  Archived months: [jul2010] [sep2010]

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