General C++ Programming - May 2015 (Page 15)

by Gyiove
Fastest way to move element on dynamic array
 
Hello everyone I have: int *p = new int , a; for( a = 0; a < 100; a++ ) p = a + 1; now i wan...
[no replies]
by Gyiove
why my vector class is alot slower than default vector class. (1,2)
 
my vector:http://pastebin.com/5q7scy2k LARGE_INTEGER t_start_counter, t_current_counter; void...
[20 replies] Last: I have one more question. What happens when my optimization is set to ... (by Gyiove)
array based stack
 
Can anyone spot my error here? I'm doing this for practice and can't figure out how I'm changing th...
[4 replies] Last: In case anyone is interested... What is the purpose of a zero length ... (by andywestken)
I'm new need your help pls
 
NUMBER XXX = XcubeXcubeXcube EQUAL WITH NUMBER IN CUBE NEED A CALCULATION IN C++ TO COMPARE NUMBERS...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by ahcfan)
need some lights about a task
 
Hi everybody, I'm a beginner at c++ programming and I wanted to know if someone can help me for some...
[no replies]
Nested Array of structures- input from a file, simple question
 
I'm trying to read data in from a file and storing it in an array of nested structures. There are 4 ...
[7 replies] Last: yeah, thank you! (by Elysian)
by forejs
Help
 
So as per usual I am new to this stuff. I am trying to figure out how to make my program read b...
[2 replies] Last: #include <iostream> #include <cctype> #include <string> #include <iom... (by JLBorges)
collision detection
 
im trying to code for a snake game this is my pellet saying that if the character and the pellet are...
[no replies]
Strange IPhone Request (Sleep/delay command)?
 
So I've got a somewhat unorthodox request for help. So I have an app to compiler c/C++ code. I've be...
[no replies]
Numbers in a Series
 
C++ program that sums up the integers in a range of values and prints the result. The computation wi...
[14 replies] Last: I am getting 163 with the for loop. How would you do this calculation... (by nadurraXII)
Hidding a functions data log to console
 
Hello im creating a booking system for a college assignment and i have a function that checks a tex...
[no replies]
Characters on the heap
 
So I'm doing a bit of experimenting to see just how memory is arranged on the heap. However, when I...
[2 replies] Last: OK that makes sense. Thanks! (by ForTheReallys)
BattleShip - Fill Board with Ships
 
Hello there. I'm making the BattleShip game and I'm having some problems to fill the board with ship...
[no replies]
help
 
i am trying to make a a small program get from the user the type and print the data of the type like...
[no replies]
Nothing is printed on running my program
 
Here is the link to the program http://ideone.com/8UqWW6 Kindly let me know the issue.
[no replies]
I need a Open cv program, I pay for it
 
Open Cv 2410+ Visual Studio 2010 Theme: Camera image acquisition and 3D processing I need a progr...
[no replies]
by kkk2
Question about stringstream
 
Hi everyone, An exercise's example says: int sum_int(string cmd){ stringstream ss (cmd); ...
[1 reply] : It creates a stringstream variable (object) named ss , and the string... (by Peter87)
please help, someone please help me develop this assignment please!
 
Develop a top-down design and write a program utilizing at least three functions to calculate payrol...
[1 reply] : Please have a go first, then someone might help you do your homework. ... (by lopella)
different kind of void parameters
 
Can somebody list and explain the different kinds of declaring formal parameters using const and/or ...
[no replies]
multiple errors
 
I'm receiving a list of errors that is preventing me from running my program 138 F:\Access\Progr...
[7 replies] Last: @nadurraXII - Get a better compiler. There is nothing wrong with paren... (by AbstractionAnon)
May 2015 Pages: 1... 1314151617... 22
  Archived months: [apr2015] [jun2015]

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