General C++ Programming - March 2013 (Page 10)

Is it just a mistake????
 
That lvalue reference when const can reference rvalues or is their a reason???? Or is it just beca...
[2 replies] Last: he is talking about rvalue reference's which are new inclusion to C++'... (by writetonsharma)
Need C++ programmer
 
I want write C++ source code for my project if you know programmer contact with my email ahmed_mor...
[5 replies] Last: lol... (by writetonsharma)
by JSleek
Particle System Oscillating & Circular Update Function problem
 
Hi all. ----The Briefing----- I'm making a simple Particle system with the use of QT for a GU...
[2 replies] Last: to increase the speed you may want to use lookup tables (by coder777)
STL Sort Comparison Functions
 
Recently something funny happened in a program that I was writing. I have a structure which I am ...
[5 replies] Last: > I am trying to analyze why my program crashes. > It performs the so... (by JLBorges)
Text Editor Printing Algorithms?
 
Can you provide suggestions, or even source code? They should apply for: backspace, return, regular...
[4 replies] Last: Thanks anyway, but i wrote it myself. (by IndieExe)
Sorting two arrays of structures
 
I wanted to sort two structure-arrays according to their element values and get their indices change...
[4 replies] Last: It worked. Thanks :) (by Nitisha Rathi)
by AceK
CAN extern VARIABLES BE CLASS TYPES?
 
I have a class "userInterface.h" which I have declare an instance for as a global variable in the ma...
[8 replies] Last: The only problems I can think of are: 1. uiClass might not be compl... (by coder777)
by zenniz
Problem with energy meter using Modscan
 
I'm using an mbed micro-controller to retrieve register from Integra 1630 energy meter with modbus v...
[1 reply] : What's your definition of wait()? Usually its defined as a system call... (by tcs)
Best book for a beginner wanting to learn assembly
 
I know c++, some php, some javascript, and java, but high level languages seem to get boring..... W...
[2 replies] Last: The book by Jeff Duntemann is one of the better books on assembly. I r... (by writetonsharma)
by tomz6
Sorting a (array based) database?
 
I'm just curious if anyone knows if there is a ready made function in C++ to sort (numerically or al...
[2 replies] Last: Use a structure instead, then sort the structures. (by firedraco)
MY solution
 
Good evening :) i have this question : Complete the following function that takes 2 integers...
[6 replies] Last: Ahaaaaaaaa .... i understand now :) :) thanks really i I learned on... (by Salam rabaya)
Employee List
 
So I'm trying to make an employee list that holds the information so I can then delete or add from t...
[2 replies] Last: Errors I'm getting 1>------ Rebuild All started: Project: Payroll, ... (by zekkragnos)
Need someone to help me with the next step. (basic)
 
The program should find and delete all vowels in a word that is user entered. This is what I have so...
[3 replies] Last: #include <string> const std::string WOVELS = "aeiouAEIOU" ; // only ... (by JLBorges)
recursive function 2
 
Lets say that I have a vector of vector of integers. <1,2,3,4> , <5,6,7,8>, <10,11,12,13> how do ...
[2 replies] Last: I would like to make vector of vector of integers of every pattern pos... (by kurousagi)
Recursive Function
 
I'm trying to write a recursive function that takes in a vector of strings that contains "1 forwa...
[8 replies] Last: Thank you (by kurousagi)
Maze thingy (Experiment)
 
You can expand it and also paint pictures! #include <cstdio> #include <cstdlib> #include <io...
[no replies]
Line-Plane Intersection
 
I'm following this example on finding the intersection point between a plane and a line. (it's about...
[4 replies] Last: I would suggest you to overload the operations in vertex3. Like with `... (by ne555)
Trouble with simple equation
 
double a; double b; double c; a = 300; b = 290; c = a - b; double d; double e; d = c / a;...
[4 replies] Last: Alright I figured out whats going wrong with my code, but I don't know... (by CChrist)
Code for the sum of pandigital numbers
 
Hi , I am a database developer,and i have no idea on C++ programming but i am assigned with a tas...
[5 replies] Last: If this is for project euler, what number is it? Much as the OP's ... (by cire)
by Nonlin
Simulation Help.
 
EDITED...
[no replies]
March 2013 Pages: 1... 89101112... 51
  Archived months: [feb2013] [apr2013]

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