by northfly
A easy problem for you guys! about const pointer, with code.
|
|
[3 replies] Last: Yeah. That part is correct. However, since first is: const aType... (by firedraco)
|
by nasnoma
Assist in debugging my c++ mathematical problem
|
|
[4 replies] Last: A more efficient method plus finding error bound. These new functions... (by closed account D80DSL3A)
|
by Kyon
Char arrays WITH spaces
|
|
[3 replies] Last: You didn't put a zero terminator at the end of your cstring which is r... (by Galik)
|
by sourena
vector as an argument (1,2,3)
|
|
[57 replies] Last: [quote=xoreaxeax]If you want to modify the passed arguments, you shoul... (by Kyon)
|
graphics project |
|
[2 replies] Last: What? (by Return 0)
|
by h1ddendanger
Book advice for C++ / MS Visual Studio
|
|
[3 replies] Last: Thx guys - I've ordered the Beginning Visual C++ 2005 edition for now ... (by h1ddendanger)
|
by markjsoria
Problems with array
|
|
[2 replies] Last: Looks like he wants to do a binary search. In order to do that you m... (by kempofighter)
|
by pratikpatel
Compilers acting differently.
|
|
[5 replies] Last: More info on variable length arrays -> http://gcc.gnu.org/onlinedocs/g... (by m4ster r0shi)
|
by markjsoria
rotate elements in an array..
|
|
[3 replies] Last: thanks...!! =D (by markjsoria)
|
by bmop
reassigning values in the game of life!
|
|
[3 replies] Last: Apologies, I forgot to show you the config.txt file that I'm drawing t... (by bmop)
|
by Duplaix Lebo
set of C++ functions
|
|
[13 replies] Last: Ok thanks and how can you correct me on this function? int DecimalToB... (by Duplaix Lebo)
|
by Xoric
fstream - combine file modes
|
|
[1 reply] : What input do you expect to get from a non existent file? If you need ... (by filipe)
|
by jeremybadong
finding the sum of two squares
|
|
[1 reply] : Are you sure you're understanding the problem correctly? There is n... (by Disch)
|
by gers1978
Please look at my code that simulates dice game
|
|
[7 replies] Last: Improved version: /*The game of Pig is a simple two player dice ... (by gers1978)
|
by Mike200
Reusing arrays
|
|
[4 replies] Last: you can copy elements of one data onto other by following way - in... (by Cody39e)
|
by Xoric
const struct declaration
|
|
[11 replies] Last: Ok ok.I tried everything methods.But it didn't work.Can u give example... (by Helegurbann)
|
by IchiYamamoto
Case Switching for Pricing
|
|
[3 replies] Last: struct circleType {double price1; double price2; double price3; doubl... (by firedraco)
|
by pabloist
friend functions and forward class declarations
|
|
[5 replies] Last: For character knowing about weapon, that should easily be accessible t... (by firedraco)
|
by Soap360
Passing variables to functions problem?
|
|
[3 replies] Last: Like this: #include<iostream> using namespace std; //reference... (by PiMaster)
|
How to show the location of error? What's wrong with the program? |
|
[7 replies] Last: I get your point now. #include <iostream.h> #include <stdlib.h> ... (by horace5563333)
|