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 here, anyways, i just finished reading a book called Begin...
[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 this ?
[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 anyone know a way to do this?
[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 i have a problem I want it to be a bit fancy and hence i hav...
[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 I doing wrong??? thank you void ExcelOpen(char * FileOp...
[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 with this: Problem statement Immigration department is...
[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 month, day, year; }; but now how do i modify the struct...
[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 set_text_values(sf::Text text, sf::Font font) { 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 method in my main function. Here is a picture of the error. H...
[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.txt) that contains a string ("The cow jumped over the moon.")...
[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 difference of passing parameters by value and by reference. Ge...
[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 between the closest two points. The input file contai...
[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 started learning c++ on web tutorials on my spare time After lea...
[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: 54321 x432x xx3xx or: 7654321 x65432x xx543xx xxx4xxx The ...
[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 is visual c + + 2012 // ver1.1.cpp: define el punto de ent...
[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 pasted my code onto this forum and it does not do the indenti...
[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, My output, however, is different but I know its an err...
[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 not all the numbers in the files, and stops, even the files ...
[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 (Video Game Player Program): Determine the average score for a g...
[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.