General C++ Programming - October 2013 (Page 40)

by NSA
Could you help me?
 
Hello all, I'm new to the language C++. Recently our teacher asked us to write a code that does ...
[no replies]
math program
 
Im trying to write a program to allow a grade to be entered then present a math problem of varying d...
[no replies]
Performance Optimization
 
What optimizations can be done so that this code runs much faster for the following input? This vers...
[6 replies] Last: Thanks, I will try that. (by th3w4nd3r3r)
why the result is always the same
 
i dont know why but the result of my program is always the same.. can someone help me? heres the c...
[6 replies] Last: thanks (by Byakuran)
Game programming: C++ vs Java
 
Hello! I am doing college of technology in digital games and would like to know why it is easier to...
[5 replies] Last: Thank you for the answers,they are very enlightening! After finishing ... (by romulosd)
.
 
...
[5 replies] Last: Please do not remove your posts. It is rude and there might be people ... (by MiiNiPaa)
Always says do not and do buy if r1t = 3
 
My code is #include <iostream> #include <string> #include <cmath> using namespace std; ...
[10 replies] Last: @Austin J Have a look at the Google style guide link I posted. The m... (by TheIdeasMan)
Template non-member function friend
 
Im getting an error saying a4.cpp:47: warning: friend declaration `Vector<T> operator+(const Vect...
[1 reply] : a declaration of a template begins with the word template . You can... (by Cubbi)
operator overloading error
 
Hey fellas (and ladies?), sooooo given the following implementation, I'm getting the error below: ...
[4 replies] Last: when operator overloading, it may be a member function if you have one... (by Emad Said)
[PROBLEM]What is the method to test correction of Obfuscator Program?
 
Hi there, I have problem on how to oracle testing on obfuscator program~ Anyone have any idea?...
[6 replies] Last: Have to test the correctness of the obfuscator program...just need som... (by xNiGhTwlnGz)
functions and pgm help please!
 
Hey guys can you help me please! I am trying to write this code but I am having the hardest time. I ...
[no replies]
seeding rand and arrays help!
 
Hey guys I really need some help. I am suppose to generate the array of numbers using rand( ), inste...
[10 replies] Last: Thanks JLBorges I got it to work. Your my fuckin nigga man! Heres the ... (by Totes my goat)
by Ceset
being a good programmer
 
hi everyone. i m a two months beginner at programming i m working so hard to be a good programmer. ...
[6 replies] Last: yes thats sth i have realized and it is so good (by Ceset)
by LB
How to make a class final (oversolved)
 
Just mark the destructor final: http://ideone.com/qrBDwH Problem solved. Well, sort of - my q...
[9 replies] Last: Wow, thanks Cubbi! I had no idea. (by LB)
A command that does nothing in c++?
 
Does anyone knows a command that does nothing in c++? I mean - a command that the compiler reads an...
[5 replies] Last: Note: I know I can simply do temp=temp or something, but that's not w... (by TheBeardedQuack)
hope you can help
 
hi there, im learning C++ and Java in tandum, this is a java question but i trust you guys so much i...
[1 reply] : i finally fixed it, thanks anyway import javax.swing.JOptionPane; pub... (by tobougg)
by Karpl
Problems with Microsoft Visual Studio 2012?
 
I'm unsure if this would be the right forum to ask this in, but it's been frustrating me to no end a...
[no replies]
by jaded7
Calling const/non-const overrides
 
Hi, are there other ways of calling a const/non-const override? I want to defined some functions in ...
[10 replies] Last: For operator with usual semantics, non-const overload doesn't modif... (by Cubbi)
by Ace93
seg. fault
 
got segmentation fault for this class istream &operator >> (std::istream &in, const Simple &sim...
[3 replies] Last: wow i dont know how i missed that basic mistake. Thanks. (by Ace93)
by matttm
Cannot find directories
 
I've been so frustrated these past few days. http://i818.photobucket.com/albums/zz107/mattttm/sc...
[6 replies] Last: You're a genius, naraku9333 ! (by matttm)
October 2013 Pages: 1... 3839404142... 46
  Archived months: [sep2013] [nov2013]

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