by Franky4
Flat 3D array
|
|
[5 replies] Last: Use your 2D allocator inside the 3D allocator: double *** aloc3df(int... (by dhayden)
|
by Alahrs
Initialization of variables
|
|
[4 replies] Last: Thank you for your time explaining it to me. Really appreciate it! (by Alahrs)
|
by Shahroz
How to save information in program and user can use it when he exit the program and Run again. . .
|
|
[3 replies] Last: Untested: #include <iostream> #include <fstream> #include <string> in... (by LB)
|
by guglaak
Fishing Game
|
|
[4 replies] Last: You would want a while loop around lines 34 and 35. Your do loop a... (by AbstractionAnon)
|
by sdl517
newbie correct if/else statement argument??
|
|
[2 replies] Last: Thanks so much!! Got it to work! (by sdl517)
|
by Ike4948
Error with a Function Return
|
|
[1 reply] : installprice(length, width, costpersqft); cout << endl ... (by MiiNiPaa)
|
by Fedelway
Undefined Reference
|
|
[2 replies] Last: OMG, i can't believe i'm so stupid. Thank you for your help. BTW, the... (by Fedelway)
|
by leashbomb69
help with a looking problems
|
|
[1 reply] : ^ is a bitwise operator. In 2s complement x^-1 == ~x You probably wa... (by MiiNiPaa)
|
by Xolin
Error with Vectors
|
|
[2 replies] Last: ahh....that Damn search function.... Here was my fix for that //Sea... (by Xolin)
|
by Ravello
Performing calculations from strings
|
|
[1 reply] : Hello, I've not really done any CLI programming in C++ but I think I c... (by Tom56785)
|
by arodz
Ascii to binary
|
|
[1 reply] : cout << bitset<8>(c) << endl; (by closed account EwCjE3v7)
|
by lgill30
bus reservation system
|
|
[2 replies] Last: I agree on the code tags! Not hard to do, makes it a lot easier to se... (by PCrumley48)
|
by melgunn6
creating and using a group of variables HELP!
|
|
[6 replies] Last: Line 18: i has gone out of scope at line 13. You want to get the ba... (by AbstractionAnon)
|
by xgeutzu
loop with bigNo (1,2)
|
|
[28 replies] Last: true, but we've got to draw the style consideration line somewhere! :)... (by PCrumley48)
|
by patriic48
Printing values from a switch
|
|
[2 replies] Last: Thanks mutexe! (by patriic48)
|
by Cole2999
How to update code during execution?
|
|
[5 replies] Last: > Here's the errors I got: > error: invalid use of incomplete type 'cl... (by JLBorges)
|
by patriic48
cin to vector with class member
|
|
[5 replies] Last: Got it to work!!! Thanks MuNiPaa!!!!! // Phonebook #include <iostre... (by patriic48)
|
by omer0008
Using array only
|
|
[2 replies] Last: for(int i = 0; i < 50; i++) { if(a == b) cout<<i<<" "; }... (by shadowCODE)
|
by animezel
arrays show wrong computation
|
|
[1 reply] : Could you give an example of some input, what you get as output, and w... (by Zhuge)
|
by laboisky
homework help text file to structure
|
|
[1 reply] : Like so: int main() { //Cannot figure out how to do structures and... (by coder777)
|