General C++ Programming - July 2010 (Page 10)

Redirect cerr from a dll
 
Hi, I am writing a program which is using taglib to read audio tags. When calling the taglib dll, so...
[no replies]
by amiref
Problem In Prime number Program
 
Hi I programs a Prime number . code of my program is under : ///////////////////////////////////...
[5 replies] Last: [quote=Seraphimsan]:/ correct me if I'm wrong but isn't the proof of p... (by m4ster r0shi)
2d Collision detection
 
in my new project i want to detect when a ball hits a rectangle. every article/tutorial i have red a...
[2 replies] Last: If your rectangle's edges are aligned to the axes, there is a faster w... (by hamsterman)
GetSaveFileName and GetOpenFileName
 
I have GetOpenFileName and GetSaveFileName running without errors, but there r 2 problems/questions ...
[no replies]
by moslem
what's the wrong with my code C++?
 
hello every one, my code is to read a file and inserting it to a list and type it to a nother file...
[5 replies] Last: [quote=mtweeman]your wrote C:\\infile.txt. I didn't write C:\\infil... (by chrisname)
undefined reference to winmain@16 in cygwin gcc
 
I'm trying to compile a project in cygwin and I keep getting this error. I have a main so I'm guess...
[4 replies] Last: Windows GUI programs should have a winmain function and console prog... (by guestgulkan)
FIX Protocol: FIX using QuickFix
 
Hi: I am new to FIX. I am using quickfix engine in c++ to create a initiator. The host is saying ...
[no replies]
Error during build of QuickFix in Exceptions.h
 
Hi I am in the process of learning FIX protocol using QuickFix, I am following the example which i...
[2 replies] Last: Please mark this post as resolved. I set the character set of the VS p... (by arupsarkar)
Sparse Matrix
 
Hi guys, I need a library that can help me to manage Sparse Matrix. I must work with matrix 2^22 ...
[9 replies] Last: If you know C++, you could learn basic Java in a week or less. It is m... (by xoreaxeax)
by korg
Programming questions/puzzles
 
Hi, I am trying to build up a better logical approach to solving problems in C++. Hence i am look...
[4 replies] Last: 1. Find a number of all fours (a,b,c,d) such that (a + b + c = d), whe... (by xoreaxeax)
How to "combine" two text files
 
Dear all, My script tried to make one column of file_2 combine into file_1, but failed. Like th...
[7 replies] Last: 1. This is Scala. You can start here: www.scala-lang.org. At first the... (by xoreaxeax)
by vijkrr
scope of a variable
 
hi int main () { int a =10; { int a = ::a; // this is giving error how to ...
[1 reply] : You can't do that. Inner "a" declaration shadows outer "a" declaratio... (by jsmith)
Use 'scanf()' scanning in decimal problem
 
int main() { int num ; while ( num != -1 ) { scanf( "%d", & num ) ; printf( "%d\n...
[12 replies] Last: I am still not exactly sure what you want this to do, but if you need ... (by Galik)
Manipulating direct output on the Monitor
 
Does anyone know of a way to directly manipulate the monitor screen output? Maybe a hardware based s...
[1 reply] : What also might work is a way to constantly move everything on the scr... (by RyanCaywood)
Pass data to other functions?
 
hi guys, i was wondering how i can pass data to a function parameter using cin>>
[2 replies] Last: If you mean something like this: void MyFunc(std::string Str) { ... (by elega)
Cant make Directx work
 
i recently wanted to try directx. i know opengl quite well, and want to use directx for comparison p...
[5 replies] Last: nadda. i think i will just stick to opengl. (by poonninja)
SFML Scrolling Background
 
I'm making a simple game with SFML (C++) where your cursor turns into a reticule and you just shoot ...
[6 replies] Last: In the console I print their positions when the transition happens and... (by bluezor)
by mgupta
Doubt about size of structure with inner structure
 
Hi I create a structure with another one nested inside it. The doubt is regarding the size of str...
[11 replies] Last: Thanks all. (by mgupta)
Trying to get program to recognize keys pressed.
 
I'm making a automatic spell checker program but it doesn't work as planned. I got it to work once b...
[3 replies] Last: But the functions being used are Windows-dependent. (by NGen)
by POUYA
Pointer to Arrays
 
I have created an Array of chars. char name ={'p','h','o','n','e'}; then I used a pointer t...
[2 replies] Last: This happens because the << operator of the cout object is designed to... (by m4ster r0shi)
July 2010 Pages: 1... 89101112... 20
  Archived months: [jun2010] [aug2010]

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