General C++ Programming (Page 72)

by Larry2
Two thing : splitting and comparaison.
 
Hi, I was wondering two theoretical things : 1) Forecasting a x00,000 lines of poo c++ code ...
[2 replies] Last: Many thanks, It cleared it out :) Larry (by Larry2)
by bobc
[noob] get data out of a function to a GUI
 
Hi members! [edited, sorry, mistake in 1st version of text ;) ] My question is sure kind of noobis...
[13 replies] Last: Nice! Thanks LB for wasting your time on me! It is always very nice t... (by bobc)
Visual Studio forgot how to do math?
 
So I am using Visual Studio 2012 Professional, this is C++ code. I am just trying to get the remain...
[9 replies] Last: @Polorboy Maybe these were what you are after. http://www.cplusplu... (by TheIdeasMan)
by Cut
ReduceFration and CommonDemoninator Help
 
Hey i have no clue what to put in the ReduceFration and CommonDemoninator sections. I know that y...
[3 replies] Last: http://www.cplusplus.com/forum/general/98400/ (by flony1)
Range Based For Loop in GCC 4.6.3
 
Hi Folks, I am a beginner in C++ and would like to try out a range based for loop. I am using gcc 4...
[1 reply] : You must compile with the C++0x flag. (by firedraco)
Why are all strings constant?
 
I am very confused as to why all strings are always constant? Can someone help me out please?
[2 replies] Last: ok ty (by Anmol444)
HELP PLEASE:>
 
i'm trying to debug this, I was able to get it to compile but now there is a problem with the formul...
[5 replies] Last: i think that if i were to run the for loop with num < LIMIT the loop w... (by latewrong)
by aruna
Inheritance program
 
Help needed in a program with a class music with many derived classes of its instruments which furth...
[1 reply] : This might help: http://lmgtfy.com/?q=C%2B%2B+polymorphism (by MikeyBoy)
Urgent ArchWindow
 
Alright my problem with my code is no matter what I do it keeps giving me numbers way off. I know th...
[18 replies] Last: I know that setData() is supposed to set my members ,but I have tried ... (by bwilson1)
Determine if a function has been defined (1,2)
 
I would like to make a handler for input events, but not be required to define all the functions. ...
[34 replies] Last: Why does it work if that's not what I do? It might work, if the code... (by MikeyBoy)
Can someone help me?
 
I am a beginner and this is my first week with 2D arrays. I have this code that is for a 2D array ba...
[1 reply] : So the boats only take up 1 index, and the board is 4x4? You can just... (by freddy92)
Error with function with objects as parameters
 
Ok, so I am creating code for a group project in my class. All my group members made a header file w...
[4 replies] Last: I think I figured it out. class Amulya was trying to reference a clas... (by firewall200)
Please help, I'm desperate
 
This is my first topic here, so let me know if I missed information I should have added! I'm real...
[3 replies] Last: I ended up adding in an else statement to the code, and it worked! Her... (by xxastraxx)
any amount of help would be greatly appreciated
 
I need to write a program that merges the numbers in two files and writes the results to a third fil...
[1 reply] : You could start by reading numbers from a stream. (by keskiverto)
Need help writing a program
 
So the purpose of this program is to use functions, nested decisions, and sentinel loops to calculat...
[12 replies] Last: So far I have this. The functions are all working. Now I need to creat... (by ATzekovsky)
General question about multiple games running from one source?
 
So I am going to try and keep this as general as possible so as not to infringe on any plagerism rul...
[5 replies] Last: You can define classes in C++ the same way as in Java. I have no idea ... (by L B)
Urgent: Help with a my assigment
 
Hello, I need a help with my lab assignment, I should submit it today, please if anyone can help ...
[13 replies] Last: Be careful of integer division when you say sum / count towards the ... (by booradley60)
by fefer
Need equation for assignment
 
I need an equation that determines the lowest possible cost for laying power line. The variables...
[4 replies] Last: I would imagine that the shortest length across the river is a path th... (by pogrady)
C-Programming Structures
 
Hi Guys, here is a question for you: It is possible to define a structure like struct test { ...
[3 replies] Last: Tested this on GCC 4.8.0. Works fine with a warning: designated_init... (by Catfish3)
Why are my if and else both executing?
 
I have a function with an if and else statement inside a for loop but both the if and else are both ...
[10 replies] Last: It was simple. I set the function to a Boolean. (by JazzyJeff123)
Pages: 1... 7071727374... 88
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.