General C++ Programming - October 2013 (Page 37)

Can i start with API now?
 
Hi everyone, sorry if this isn't the right section to post these sort of topics i'm still pretty new...
[3 replies] Last: Just to clarify, when I talk about a toolbox, I don't mean developing ... (by doug4)
by mqazi
Displaying Source Code
 
I have to write a programme that displays its source code without using file handling. How can I do ...
[4 replies] Last: http://www.cplusplus.com/forum/general/108279/#msg588629 (by JLBorges)
SDL 2.0 - Good way of handling mouse input?
 
I'm trying to create a method that deduces mouse motion WHILE the left button is clicked. Does anyon...
[3 replies] Last: Events should say in the queue until you pull them out. How long you ... (by Disch)
surviving the clrscr()
 
Hello c++.com The Names Raza .I am A begginer In C++. I am making a periodic table for leisure but ...
[7 replies] Last: MiiNiPaa, funny, I didn't see that it was a function. Cute. :) Thanks... (by AdrianH)
open file excel ole automation visual studio c++
 
hi, i´m trying to open a excel file using ole automation, passin with char * the name. what am ...
[1 reply] : It's quite straight forward to instantiate an instance of Excel via CO... (by ajh32)
Good 2d AI tutorial
 
I'm using sfml 2.0 and i want to know if anyone has a good ai tutorial for 2d game programming
[4 replies] Last: +1 For Mat Buckland's book that Austin J suggested. Really excellent ... (by MrHutch)
NEED HELP DESPERATELY
 
Im not really good at programming, but i hope to learn soon.. for the time being can anyone help me ...
[1 reply] : Have you started? (by kbw)
enumerated data type help please
 
so i have a question for enumerated data type. i have a structure Date Struct Date { string...
[1 reply] : http://www.cplusplus.com/doc/tutorial/other_data_types/#enum (by keskiverto)
SFML 2.0 text problem
 
i am trying to find a quicker way of setting the variables for text. here is my code: sf::Text...
[2 replies] Last: right thanks i forgot about using the reference (by Cronnoc)
class person Boost birthdate
 
Hello, I am stuck on using the library boost, because I keep getting an error when calling a met...
[2 replies] Last: same error everytime I think I may have built the binaries wrong. Cou... (by erbisme4)
Read file into std::bitset
 
How would I read a text file into a std::bitset object? For example, I have a text file (myfile.t...
[9 replies] Last: C++ streams are limited to reading whole bytes. (by LB)
Help with assignment please!
 
Write two functions with identical implementations but different signatures that demonstrate the dif...
[1 reply] : Hi, Can you post what you have so far and let us know of any problems... (by Danny Toledo)
Prog Problem1 needed help can find the solution
 
[The Problem] Given a set of points in a two dimensional space, you will have to find the distance ...
[2 replies] Last: So sorry i only posted this because of i really need help from the bes... (by TheProblem)
by Xyexs
Good C++ book?
 
First of all, sorry if this should be in beginner... :P Here is my background: 2 years ago i start...
[8 replies] Last: The one on this site (by Cronnoc)
C++ inverted Pyramid.
 
Hello everyone, I am new to C++ and I want to make an inverted pyramid so it follows the form of: 5...
[7 replies] Last: I found the error! No need to solve anymore (by thiskid)
by flony1
several errors
 
Well, I do not find solution, if any help me would be great, here the code and where the error log ...
[2 replies] Last: as my windows 7 x64 is owed to the program in 64-bit, that's all error... (by flony1)
Formatting on this forum
 
This may sound like a silly question, but I have posted a couple questions where I just copied and p...
[2 replies] Last: [co de] Put your code here. In fact... I thought this gets added ... (by Disch)
Comma output help
 
If the number 4 is entered, the output should be the following: 1: 1 2: 1, 2 3: 1, 3 4: 1, 2, ...
[4 replies] Last: simply change that "if (i == j) { cout << j; }" block to " if ( i>... (by thiskid)
Merge two sorted files failing. What is wrong?
 
Hello everybody. I have to merge two sorted files. Algotrithm that i'm using is below, but it reads ...
[1 reply] : As soon as one of the files is empty, line 11 will be false and you wi... (by doug4)
by Donta
I need Help with this Array Programming
 
You will code, build, and execute two programs requiring arrays and strings. First program (Vid...
[2 replies] Last: #include <iomanip> #include <string> using namespace std; void headin... (by Donta)
October 2013 Pages: 1... 3536373839... 46
  Archived months: [sep2013] [nov2013]

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