by density
does the interpreter execute commented out lines ??
|
|
[11 replies] Last: 100 fill(out + n, out + nof_output_items, 0.0); 101 } ... (by density)
|
by hellcoder
pointer to 2d array
|
|
[10 replies] Last: In the first case, ptr1 is an int* , and a is int . a can be converte... (by Zhuge)
|
Program crashing upon running |
|
[2 replies] Last: The problem is that I need to change the size of the array with 1 so t... (by Alexander Dimitrov)
|
by davelaser
please help
|
|
[2 replies] Last: Thanks Disch..You are star! This has been doing my head in.. (by davelaser)
|
by rodrigoloc
ifstream as argument without reference
|
|
[13 replies] Last: Fixed! Thank you. The error was that Blender's text export format wasn... (by rodrigoloc)
|
by Gothicknot13
Sum
|
|
[2 replies] Last: The answer of how to sum array row and columns is here: http://www.cpl... (by Mats)
|
by Brodie94
New here!! Another number guessing game ? (1,2)
|
|
[27 replies] Last: You would put cout << "Sorry!! The number we were lo... (by giblit)
|
by edwilke86
Clearing Screens
|
|
[3 replies] Last: @edwilke86 Here is a ClearScreen function. // ClearScreen.cpp : m... (by whitenite1)
|
by origa98
question related with fscanf function
|
|
[no replies]
|
by litta07
Need Help with loop for C++ Program
|
|
[1 reply] : Use code tags. Looks like <> on the right when you go to make a post.... (by GRex2595)
|
by joey0xx
Weird symbols in char array output
|
|
[8 replies] Last: Thanks, got it to work with your help. Just edited the code on the top... (by joey0xx)
|
by CloudIsland
Recognizing Global Variables in Different Functions
|
|
[1 reply] : In your character function, you're not storing it the global variable ... (by MikeyBoy)
|
by cirwin2010
trouble with returning a function
|
|
[2 replies] Last: well to return cout you will have to return an ostream not an int. Tho... (by giblit)
|
by julia22
Multiple sequence alingment
|
|
[3 replies] Last: Yeah. It was rude of mutexe to not do something like post a link to a... (by MikeyBoy)
|
by pellison
Moving chess pieces
|
|
[3 replies] Last: you could go OO and have a ChessPieceClass which would store the coord... (by mutexe)
|
My program works but I need help making a menu |
|
[1 reply] : I forgot to say that the PDF´s are just a blank page with the names w... (by Esternocleido)
|
by CloudIsland
Defined user input color
|
|
[2 replies] Last: Thank you, this helped and it works now ! :) (by CloudIsland)
|
by Mayah
Can someone check my code please?
|
|
[2 replies] Last: If you want to build a class this might help you http://www.cplusplus... (by mobotus)
|
by jwilt
random number
|
|
[9 replies] Last: well I want it to loop 500 times and each spot in the array "should" h... (by jwilt)
|
by KamKan
Hangman game and the stick figure.
|
|
[no replies]
|