General C++ Programming (Page 74)

New! Join the C++ community on Google+
random number generator - mersenne twister
 
Hello forum, I have a small physically based renderer where one of the most important task is to ...
[6 replies] Last: I am using openmp to make it run parallel. The code snippet for it is ... (by sajis997)
no error but no output
 
I wrote this code. It does not give any output. Output screen opens but it is an empty window #inc...
[4 replies] Last: ok i tried and it worked thank you. the problem is about the issue tha... (by noktalivirgul)
One of the functions I'm struggling with to write?
 
This is one of the functions I'm struggling with to write and I don't get please help me so I can ...
[2 replies] Last: In your assignment there is writtten that parameters r1 and r2 shall h... (by vlad from moscow)
by craime
do u think this is possible?
 
calculator which is able to send and receive message even able to see recent activities help me on t...
[4 replies] Last: i would like to use blackberry apps connecting using Ports and Pin cod... (by craime)
Template return type
 
Hi. template <typename T> class Vector3D { public: T x, y, z; ... }; template <ty...
[7 replies] Last: Thanks (by majidkamali1370)
Searching through files issues
 
Hello! Im new to this forum and Im having some issues with this program, Im new to coding and I woul...
[1 reply] : @Walteremcy (1) You have just been added to my list of potential trol... (by TheIdeasMan)
How to pass type char in function with parameters
 
Hello everyone! I'm trying to do somethig like this #include "stdafx.h" #include <iostream...
[8 replies] Last: ok, thanks about the advice! (by Riles19)
Problem with Link List, This is written in C and not C++
 
MY APOLOGY IF YOU GUYS ARE EXPECTING A C++ PROGRAM. I AM JUST ASSUMING IF YOU KNOW C++ YOU MUST KNOW...
[7 replies] Last: Cire, My apology, stubborn me kept thinking that you are giving me r... (by mendozae)
by sabi20
Need help with sorting array
 
In this exercise, you will write some code that reads n unique (no duplicates!) non-negative integer...
[1 reply] : Use an array of integers. int wasReadIn ; Instead of setting tru... (by elementary)
Help w/ Passing of Parameters & Constructors
 
Hey everyone, I've been using SFML to make the classic space game. Originally I had everything perta...
[3 replies] Last: Thanks guys! It's working now (by jgeorge)
too few arguments to function 'int getData (int)'
 
not sure what's going on. I'm trying to pass a single argument to a function for the purpose of col...
[6 replies] Last: Function prototype for void alpha() is wrong. Wrong: void alpha(int ... (by elementary)
Problem with pointers, VS says int is null?
 
I am writing a sale compiler for a garage sale my debate team is managing, this is the secondary com...
[4 replies] Last: Thank you so much Disch, I was compeletely stumped. I should really re... (by matorin57)
List out all Network adapters with IP addresses
 
Hello all first post here! Im still very new too c++, I currently work as a Sys Adm (Internal IT)...
[no replies]
Analyzing Skip Lists
 
Hello all, My question is on analyzing the time it takes to search for an element in a Skip List....
[no replies]
Help with character array
 
Hello, I'm new here, I don't know where else to find help with this. I am taking a course in school ...
[no replies]
Left and Right
 
// Reaper #include "stdafx.h" #include <iostream> #include <string> #include <stdio.h> #in...
[8 replies] Last: That is awsome, pretty sweet. (by Reaper1)
Extracting duplicates from a vector into a new one
 
Hello all, Suppose I have a vector which contains the elements {6, 1, 3, 4, 1, 7, 5, 3, 7}. What ...
[3 replies] Last: One more note: If you want to maintain relative order of equivalent el... (by Duoas)
Porting Win32
 
Is it anyway possible to port Win32 applications into Linux? The reason being is I have made a fe...
[1 reply] : Most Linux users eventually become familiar with Wine , a Windows com... (by Duoas)
Custom Iterator Object
 
I don't know if anyone has had any trouble with creating an iterator object to go hand-in-hand with ...
[2 replies] Last: This actually started out when I first started to program with data st... (by Dwibble)
Intermediate GUI coding
 
Hello, can anyone point me in the right direction of how I can code objects that are more advanced...
[2 replies] Last: I have found RAD-c++ to be a very easy way to make them in c++. I tri... (by codeman)
Pages: 1... 7273747576
  Archived months: [oct2012]

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