General C++ Programming - February 2011 (Page 24)

how can convert current date to miliseconds from 1970(epoch actually)?
 
how can convert current date to miliseconds from 1970(epoch actually)?
[2 replies] Last: There isn't a portable way because different systems have different ca... (by kbw)
by Jake94
Blender Animations
 
Hey guys, I was looking into game development, and I stumbled cross DirectX, Blender, and C++ to ...
[8 replies] Last: Thanks , and I'll have to check out those links. I already looked over... (by Jake94)
How can I convert number of seconds since 1970 to DateTime in c++?
 
Hi, I am trying to convert 1296575549:573352(of type std::string) into date time. The left p...
[2 replies] Last: Thanks kb (by subrat7551)
by jr8rdt
Where can I find C compiler?
 
seems vs 2005, 2008, and 2010 don't have it anymore Where can I find C compiler? Thanks
[10 replies] Last: seems vs 2005, 2008, and 2010 don't have it anymore They are C and C+... (by kbw)
String bad pointers in Vector
 
I have following piee of code - std::string sInput = "http://www.cplusplus.com/forum/post.cgi?w=n...
[1 reply] : Firstly when printf says that with a %s parameter it can print a strin... (by hamsterman)
two dimensional circular buffer?
 
Hello everyone, I am trying to implement a circular fifo buffer that handles a column of numbers. At...
[3 replies] Last: Thanks guys, that gives me a lot to work with. (by siegel14159265)
Rectangle inside another Rectanle Class Question
 
I'm wondering if my formula for computing the function looks right..? Below is my code: Rect...
[2 replies] Last: I get what you mean. Thanks! (by kraigballa)
by fafner
passing 'Foo' as 'this' argument ... discards qualifiers
 
Ok, I've been up all night, my head is swimming and I'm getting complete nonsense from g++. So pleas...
[4 replies] Last: Disch, I owe you my life;) I plan to collect March 5th, 2013 M... (by Disch)
by aatwo
mySql
 
Hey guys. Could anyone recommend a well documented and easy to use, cross-platform c++ library fo...
[3 replies] Last: brilliant. thanks for the reply :) mysql++ it is :D (by aatwo)
enum problems in fstream
 
Hello all. enum TransactionType {Add, Delete, ChangeOnhand, ChangePrice}; . . . struct Bo...
[16 replies] Last: If someone could explain why changing a long to an unsigned int sudden... (by slayer5x)
by J0kerz
Web Automation Library
 
Hi there, I am looking for a C++ library for creating, attaching to, reading from and manipulatin...
[no replies]
Problems writing to file
 
Okay, so I have written an exercise using a number of functions to learn array manipulation. I've g...
[2 replies] Last: Okay...I fixed it by moving my ifstream and ofstream declarations outs... (by newberrydc)
rand function called from a static function
 
Hello all, I have a class with a static method that calls the rand function. This class is insta...
[4 replies] Last: It's true, thanks. I was confused after reading this: http://www.c... (by bbprogrammer)
about string function
 
do you think this function is safe? string getValue() { string val = "aaa"; return v...
[14 replies] Last: I am not sure which book covers exactly those things. There is mention... (by simeonz)
Looped Functions
 
Hi Is it possible to write a loop as a function, and then is it possible to use two of such loop ...
[8 replies] Last: Simeonz I am not sure how I would implement that for matrices. ult... (by angelliefling)
any algorithms for token reassembly?
 
http://img211.imageshack.us/img211/7775/42287652.jpg am creating a spam filter but I notice many ...
[1 reply] : A better way to deal with this particular problem is to see if the wor... (by PanGalactic)
nice gnu errors
 
There's a filter one can apply to gnu C++ error messages. I can't for the life of me remember wha...
[7 replies] Last: No, no, I get lots of compile errors :) Some of them several hundred ... (by jsmith)
Can i give a function as a parameter?
 
Hi! I have a quiet simple question. I have a class, which represents curves, it has an Xaxis vect...
[2 replies] Last: Thanks a lot, it works. (by emribali)
by JoR
assign zero sized array
 
Hello. I'm using a library (allegro) that uses zero size arrays in internal structs, I want to as...
[3 replies] Last: It means the structure is a header immediately followed by an array o... (by kbw)
allegro "simple collision" issues
 
I've been having a hard time trying to figure out how to make a correct response when a collisio...
[3 replies] Last: Well what you are looking at is collision resolution, one of the most ... (by ultifinitus)
February 2011 Pages: 1... 22232425
  Archived months: [jan2011] [mar2011]

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