General C++ Programming - February 2013 (Page 20)

Creating C++ executable trusted by AntiVirus Softwares
 
hi! I am a newbie to software development. I had the following query. Suppose I develop a sof...
[1 reply] : AV software usually doesn't like unsigned software, free packers (usua... (by MiiNiPaa)
Output is printing twice with overloaded operators
 
Hey there! I'm having an issue with output, luckily everything else works!! I'm working with Mixed N...
[2 replies] Last: For a really weird reason, there are output statements in `Simplify()' (by ne555)
by bombom
PLEASE, Need help with random cootie game
 
I tried to create random cootie game, how many time the player play. And ask do they want to play ag...
[2 replies] Last: And use code tags (by greenleaf800073)
about std::function
 
I have this: class Foo { private: std::function<void()> fun; public: void setFun(std::function<v...
[2 replies] Last: Thanks. (by morando)
OpenGL: Lighting Crash
 
Hi guys, Tempted to post this over on the GL forums but I thought it'd be worth a crack over here. ...
[4 replies] Last: Just wanted to let you know that you were right guys. :-) Only other ... (by MrHutch)
Plot the successive positions of two colliding rectangles
 
Hi, I'm doing my Master Thesis in Mechanical Engineering. Currently I'm developing a 2D impact mo...
[no replies]
Cant figure out runtime error issue
 
Im trying to use the time.h struct tm *pointer so I can access the values of my computer's local t...
[5 replies] Last: Guys: he is not using unallocated memory. gmtime() returns a pointer... (by Disch)
Method for fractal dimension
 
Having issues with displaying the output results.just showing blank at the console output screen.Can...
[no replies]
Higuchi method for fractal dimension
 
double lreg(int k, double v1 , double v2 ){ double x,y,cn=0.0,sumx=0.0,sumy=0.0,sumxy=0.0,sumx2=...
[no replies]
help with a stack..
 
hi.. so we're having this program using an array implementation to a stack, and we were asked to get...
[9 replies] Last: The code you showed is correct. I executed it at www.ideone.com and g... (by vlad from moscow)
trying to make a search function in doubly Linklist but getting error on runtime.....
 
void search(int srch) { if (isempty()) { cout<<"No Record Found"; } el...
[1 reply] : The condition on the while loop is invalid. Shall be while ( p != NUL... (by vlad from moscow)
Generate a random permutation in an array
 
Hi guys, I'm currently working on assignment which requires to generate a random permutation of the ...
[3 replies] Last: Ill try the search function. Thanks bro (by ken2012)
by jtsf
Stack overflow. Core dump
 
#include <iostream> #include <cstdlib> #include <stdio.h> using namespace std; int main() {...
[6 replies] Last: Thank you JLBorges. I got it. My program work well. Thank you for poi... (by jtsf)
by LLINE
Code Flow (loops and arrays)
 
Hi: Thank you for taking time to help me with my problem. I am having problems understanding wher...
[2 replies] Last: Pseudo code - my mistake. Problem is solved, thank you for responding... (by LLINE)
by Elidor
Extern Problems
 
Could someone tell me what I'm not seeing here? I'm getting undefined references to DOT_WIDTH, DOT_H...
[5 replies] Last: if a variable with specifier extern has no an initializer then it is d... (by vlad from moscow)
Template type with rand()
 
Is there a way to generate random numbers with a Template type? I'm trying this but its not working....
[2 replies] Last: > Is there a way to generate random numbers with a Template type? C++... (by JLBorges)
does my coding complete with my requirements given
 
REQUIREMENTS : Class Rectangle ------------------------------------------------------ -double...
[no replies]
help plz
 
can anyone tell that how the garbage value can be removed in stacks program
[no replies]
Can someone help me with my calculator?
 
1. Description 1.1. Goal - The purpose of this program is to use the control structure concepts lea...
[6 replies] Last: @mzadriann This works, but you would still need to add better checkin... (by whitenite1)
vector as a private class member
 
Hi! I get a problem with the vector as a private class member: When I did't initialize the vector ...
[7 replies] Last: @OP: the code you posted does not reproduce your issue. It has other p... (by ne555)
February 2013 Pages: 1... 1819202122... 43
  Archived months: [jan2013] [mar2013]

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