General C++ Programming - July 2013 (Page 25)

Linked List push foward
 
I am having trouble getting my program to push foward onto a list of nodes template <typename ...
[no replies]
by xenoha
(Name, Address, Person class) Project
 
I had my program deleted earlier, and now I am behind. Anyway, not your problem. But, I need some as...
[no replies]
by Tomhet
Crash with operator+=
 
Should I use a temporary buffer? //main #include<cstdio> #include<ala_text.h> int main(...
[16 replies] Last: I think the biggest problem here is that source and destination are no... (by cire)
by CB33zy
print index of array
 
how to print an array of int numbers and their original indexes ? (At the beginning, the unsigned i...
[no replies]
by NDSE
For Loop Theory for Tile Map Editing Program
 
I decided not to post the whole back story to this program, but I could use some help with it :P (mo...
[4 replies] Last: For some reason this code does not work as planned, but in theory sh... (by cire)
I know this is C++ but I have a question regarding a syntax in C#?
 
What does it mean if you have this in a C# code =-? Can please someone explain to me the functio...
[4 replies] Last: Thank you DTScode for the help in the other post. Fredbill30 thanks fo... (by Dave Jones)
by CroCo
Smoothing Derivative in C++?
 
With the method in this link http://www.cplusplus.com/forum/general/103788/ I've got the derivative ...
[4 replies] Last: @Andy, Thanks again for being helpful. I got it to work with good res... (by CroCo)
Important for windows and macs, can you help?
 
Me and my friends are making a 2d shooter game, and we are writing it in c++ we all have windows com...
[19 replies] Last: you can do scripting in unity. not c++ but others (by closed account Dy7SLyTq)
by adn258
What are pointers parameters in functions for?
 
So I know you can use this in examples like void changeInt(int &i) { i += 5; } and tha...
[no replies]
How do i make my program make new txt files?
 
I want to make a program that can know the current time and create a new .txt file.For example if it...
[4 replies] Last: #include <ctime> //this is pseudo code not actual code at this point ... (by closed account Dy7SLyTq)
C++ codes
 
I need a code for my menu that lets say I open the start game section well in start game I have pres...
[1 reply] : Why don't you make a game class, make that into a pointer and once you... (by closed account N36fSL3A)
Past assignment
 
finished a C++ class a while back... I got a d+ :/ I'm workin on this now because I do want to l...
[6 replies] Last: I got it. Must have overlooked it :/ but what about adding infinite ... (by klok95330)
Please help with this project.
 
Here maybe this will help if we can fill it in please I would be greatly appreciated. Public Cla...
[3 replies] Last: Sorry, I don't have any VB forums to recommend. (by Disch)
I have a problem with my program when I run it! help?
 
Ok, (1) I ogt my program to run and it works, thanks for the help! :) but there is a glitch in the s...
[9 replies] Last: OK let me try...... I run the program in Microsoft Visual Studio, ONCE... (by EliteGamesIndustries)
Binary Search Tree Optimization
 
I was working on binary tree implementation and came up with this implementation. Can someone help m...
[3 replies] Last: I don't think I'm going out on a limb by saying that a result like you... (by ENIGMAx)
Objects and there Relations
 
int i = bla bla bla
[3 replies] Last: You're asking us to do your homework for you? (by MikeyBoy)
Communication Between Programs (Complicated!)
 
I am looking for a way in C++ where I can communicate between 2 programs. I'll sketch below what I a...
[4 replies] Last: Thank you very much. This gave me some direction so now I can start Go... (by SanePumpkins)
by RSB
Including a visual c++ 6.0 header file in Visual C++ 2010 project
 
Hello, I have a visual C++ 2010 prj. I have two other old prjs complied in VisualC++ 6.0 and I w...
[2 replies] Last: VS2010 converts automatically VC6 projects, however sometimes the conv... (by modoran)
Expression errors
 
So, there is this specific line, and whenever the compiler (dev C++) reachs it, it throws these 2 er...
[9 replies] Last: It really did help in fact! Thanks y'all! (by CPlahPlahLearner)
Linker error on something that was extern'd
 
Hi Guys, I'm getting a linker error in Release build only in VS2008. The linker settings are iden...
[3 replies] Last: Thanks, I'll figure out my problems with the statically linked standar... (by Stewbond)
July 2013 Pages: 1... 2324252627... 34
  Archived months: [jun2013] [aug2013]

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