General C++ Programming - May 2014 (Page 10)

Help with string conversion from LC to UC
 
Hey guys, I don't understand why I am getting an error after my conversion in the console. Any h...
[5 replies] Last: > I need it to be a dynamic array. I need to allocate and delete the m... (by JLBorges)
C++ or C#?
 
Hello! Well, as the title above states, I can“t decide which language to choose really. The thin...
[3 replies] Last: Well for making games you can still make them with C++ and SDL/SFML/Op... (by BHX)
Need Help with Hangman project
 
I have no clue how to write this program but the requirements for it are: C++ Project: Hangman Yo...
[8 replies] Last: Or make an account with an alias :P. indeed. or rearrange the que... (by Noob Programmer)
radix sort using dynamic arrays class
 
Hello, Here's what I'm trying to achieve. - 1 dynamic array that will increase by one each time a n...
[no replies]
by er4zox
Call from Class created inside a Class
 
Hey guys ! I have 2 Classes. -> StateManager -> Intro The StateManager creates the Intro. ...
[5 replies] Last: StateManager(){ States.push_back(new Intro("Intro" , this )); }... (by MiiNiPaa)
by Marium
Novel Library Project
 
I have made a novel library project but my functions are exceeding compiler limitations... I tried ...
[1 reply] : Change your functions to satisfy compiler expectations. Sorry, all of... (by MiiNiPaa)
Loading a vector from a file
 
Alright i have my program and it loads the vector fine and even puts the vector into a txt file but ...
[2 replies] Last: Thank you works fine now ^^ (by ProgramMaster)
by Medino
Extract comments from a C file.
 
As the title suggests, I need to extract comments from a C file, which are usually marked with " /* ...
[5 replies] Last: why though? (by Little Bobby Tables)
Please Help?
 
So I am trying get some website names and putting them into a queue. So I got this far..I am trying ...
[no replies]
Reading Data and printing arrays
 
I am very new to C++ and have been given a few tasks for my internship, the end product being a func...
[no replies]
by sheen
how to get information about printer
 
hi, i'am new user for cplusplus. i have problem when i run this program, i need your help to solve...
[6 replies] Last: coder777.. thanks for help..this program has working now..:) (by sheen)
Custom Dynamic Array Class and Allocator
 
Alright, so I attempted to create a dynamic array class for use in my engine (due to problems regard...
[9 replies] Last: You forgot to declare a destructor, copy constructor and assignment op... (by CodeGazer)
Read file folder with sequential images
 
I want to read a folder that contains large number of tif files. (say 1000 tif images) requirement i...
[1 reply] : The file/directory system calls vary across operating systems. 1. What... (by kbw)
C++ Game Tutorials
 
I've been having a hard time trying a good C++ tutorial for beginners. More specifically 2D. If any...
[2 replies] Last: SDL - http://lazyfoo.net/tutorials/SDL/index.php SFML - http://www.sfm... (by ProgramMaster)
Getting this Object Oriented logic to work
 
As a fore note: This program is troubling me for what i want to achieve. Please help as much as you...
[2 replies] Last: I thinks I have managed to solve this problem... Thanks anyone for con... (by Silver Falcon)
setting values using a txt file
 
in the following code how would i set a txt file up to where i can have say name = whatever in it a...
[1 reply] : You should use getline function, it reads a whole line at a time so if... (by Favor98)
Value-returning or Void functions??
 
I was studying some of the inbuilt functions in the Standard C++ library from the Reference section ...
[7 replies] Last: made the first argument of each function a reference parameter On to... (by MikeyBoy)
help asap please!
 
i cant figure out why this program keeps looping infinitly when i run it and try to put some input, ...
[1 reply] : When does it run indefinitely? I'm pretty sure if you entered 4 as the... (by closed account j3Rz8vqX)
Assignment help ! :/
 
Hello, im trying to convert this to use it only with <iostream.h> its not that hard i know but i...
[1 reply] : im trying to convert this to use it only with <iostream.h> First of a... (by MiiNiPaa)
C programming using arrays and functions
 
]Write a C program that accepts 8 user input ratings on a new game. Print the lowest and highest rat...
[1 reply] : Please use [ code] tags. There is no "%lf" output format specificati... (by Duthomhas)
May 2014 Pages: 1... 89101112... 31
  Archived months: [apr2014] [jun2014]

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