General C++ Programming - May 2010 (Page 2)

by zile
Scrollbars
 
Ok, i want to do something like this I have a file that contains values and commas 1234,3124,51...
[2 replies] Last: im using windows - not mfc and streams to read file i just cant wo... (by zile)
by Kip
Logger Class (1,2)
 
I am trying to write a logger class that allows for the insertion operator to be used on it for arbi...
[24 replies] Last: Sure. Here's the whole code: #include <iostream> #include <stri... (by Kip)
Map sorting
 
I am making a stack-like system where it stores classes by a specific member in least to greatest or...
[4 replies] Last: Need to see example , maps have weak strict order , so this is what i ... (by DrakeMagi)
by Netaro
Problem with my deletion function in binary tree
 
Ok, so, I've decided to write a binary tree. As for now, it's an unbalanced binary tree, the simples...
[no replies]
problem with pointer
 
Hello overy one, i had aproblem with the following program can any one help me with it plz #includ...
[5 replies] Last: thanks for eavery one how help in this problem it's solved by using co... (by wameedh)
by melter
Static members and QHash
 
I am using Qt Creator 1.2.1 "Based on Qt 4.5.2 (32 bit)" on 32-bit Windows XP Pro . What's wrong...
[no replies]
How to Convert Text File Format into Binary File
 
This is the text File This is the test demo Will convert to 0101010001101000011010010...
[1 reply] : I am not sure exactly what you mean. Do you want to convert the tex... (by Galik)
Hiding or Changing the cursor icon
 
I am making a game ( based on geometry wars ) as a project for school using C++ and SFML. The gam...
[1 reply] : http://www.sfml-dev.org/documentation/1.4/classsf_1_1Window.htm#6142e3... (by helios)
by Rycul
Structures to Classes (1,2)
 
Hey, I have just read that classes are more efficient than structures if their members are being ...
[35 replies] Last: Aren't we going a bit far with this discussion? It seems to be going n... (by Albatross)
near and far with C++
 
Hi, I'm working with Turbo C++, trying to make a DOS game. In C, if I wanted to allocate memory, ...
[14 replies] Last: How many processes are running in the background doesn't by itself aff... (by helios)
by cshong
Detect Wireless Adapter in Windows, beside using WMI
 
After research through internet, we can have C++ codes to use WMI to detect Wireless Network Adapter...
[no replies]
Problem with bool function
 
HI, EVERYBODY! I have problem with bool function. The full source code is: input file contains: ...
[2 replies] Last: I seem some strange behavior here. int num=22*222; if(is_from_sub... (by closed account S6k9GNh0)
Junk Checking
 
When you declare a variable, there's usually junk already in place there. I have a management proble...
[9 replies] Last: I figured. I'll just make a singleton class that initializes and makes... (by closed account S6k9GNh0)
by oz1cz
Subclassing containers
 
A former colleague of mine has left a note saying: "Subclassing C++ containers can cause problems, p...
[12 replies] Last: Now, I think I'm missing one other specific about the classes in ques... (by moorecm)
Sfml spirit
 
http://www.sfml-dev.org/tutorials/1.6/graphics-sprite.php My visual c++ is not showin out put of ...
[1 reply] : What is to be written for image taking BackgroundImage.LoadFromFi... (by thapchi)
by Ensei
Segmentation fault(core dumped)
 
It is somewhat big for a post but it's a simple, linear logic. It's probably n00b mistake, but I ...
[4 replies] Last: Thanks, I think it's working as I want now BTW, sorry for the doubl... (by Ensei)
Distribute String to multiple lines
 
Hey Guys, in my code, I have to deal with some long (constant) strings, like: s = _T("The qui...
[2 replies] Last: Cool, thanks! (by blueshark)
by declan
"Undefined symbols", but I don't see where/how.
 
Hi everybody! Sorry if this is a very stupid question or answered to death already. I have a grou...
[1 reply] : You have more typos. The arguments in Line 10 of this file http://p... (by Galik)
how do I pass a class as an argument?
 
how do I pass a class as an argument?
[2 replies] Last: Yes, I was not sure how to pass it by value. Thanks. (by delanodean)
I need a shut down code!
 
I am writting a code that is to run at start up and if thesurvay isn't completed correctly the compu...
[1 reply] : This guy seems legit... (by chrisname)
May 2010 Pages: 1234... 22
  Archived months: [apr2010] [jun2010]

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