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 T> void myCont<T>::throw_foward(T data) { myNode<T>* newm...
[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 assistance on why I am having problems A)Trying to get my (Add...
[no replies]
by Tomhet
Crash with operator+=
 
Should I use a temporary buffer? //main #include<cstdio> #include<ala_text.h> int main(){ tale a="hue"; a+=a; a+=a;//here ...
[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 int numbers are in a completely random order. so i have to so...
[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 (more for flexibility reasons). So basically I have an tile cla...
[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 function this does? Thanks in advance :)
[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 of stream experimental data which represents position(x, y, ...
[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 computers and we all have download visual studio 2010 to test o...
[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 than if you have an integer you can add 5 to its value automati...
[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 its Monday to day then when its Tuesday it crates a new txt fi...
[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 press 0 to go back and press 1 to make a new game, how can I mak...
[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 learn but was a little too busy with life and things to focus...
[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 Class Form1 Private Sub Form1_Load(ByVal sender As Syste...
[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 system that I dont get why it is happening, in the menu when ...
[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 me optimize this code? /* Binary Search Tree(BST) 06/27/20...
[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 am trying to do. I have a console application running per...
[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 want to use these old prjs classes in the new one. I was able...
[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 errors: 177 C:\...\Object.h functional cast expression list ...
[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 identical in Release and Debug. 1>msvcprt.lib(MSVCP90.dll) : e...
[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.