by samop
Assigning to a string from a function call
|
|
[6 replies] Last: Oh, how embarrassing (but I did say "I'm stuck on something that's pro... (by samop)
|
by Schwarz
Help about one program
|
|
[no replies]
|
by htrules1
Recursive
|
|
[3 replies] Last: [quote=helios]By the way, there are inputs for which the function does... (by a k n)
|
Finally a standard GUI library! |
|
[9 replies] Last: There is no reason for such a library to be in the standard. It would ... (by NoXzema)
|
by Raffay Khan
for loop error in cplusplus tutorial
|
|
[3 replies] Last: Visual C++ 2010 is pre-C++11 so the code won't compile. The range for ... (by BHX)
|
by dday9
Return an array from a function
|
|
[8 replies] Last: Alright, thank y'all so much. (by dday9)
|
by EdgarJ201
Need help with Project(Part1)
|
|
[6 replies] Last: However, putting the constant gsize at the global scope firstly mean... (by Chervil)
|
by omgjosh
recursive functions
|
|
[1 reply] : int j = s.length(); wrd = word; if (wrd.length() < 0) // I d... (by keskiverto)
|
by wizcoolkid
finding element in 2D array
|
|
[1 reply] : I presume that row k of the matrix (sc ) corresponds to the element k ... (by keskiverto)
|
by rozick1
wrong constructor called
|
|
[3 replies] Last: Change the return type to String & to avoid the constructor call. (by helios)
|
by MeriemMer
Call class
|
|
[1 reply] : Look at this tutorial: http://www.cplusplus.com/doc/tutorial/classes/ (by closed account j3Rz8vqX)
|
by Private200
Loading int from file.
|
|
[5 replies] Last: Yeah, you overwritten the precious value you had retrieved from file w... (by closed account j3Rz8vqX)
|
by Raspb3rry14
Class Objects
|
|
[2 replies] Last: As wildblue stated. A possible example with vectors: #include <iostr... (by closed account j3Rz8vqX)
|
by MissPrimrose
How to read data from text file in same format as file?
|
|
[4 replies] Last: There's a bit on the basics of arrays here. http://www.cplusplus.co... (by wildblue)
|
by WyntrHeart
Compiler error: "expected identifier before numeric constant"
|
|
[5 replies] Last: Oh, OK. I must have glossed over that in the tutorial (by WyntrHeart)
|
by Steakvid
ATM code
|
|
[2 replies] Last: I got it to work yaaay! (by Steakvid)
|
by WyntrHeart
How to make a class with array member size determined via constructor? (1,2)
|
|
[20 replies] Last: K thanks (by WyntrHeart)
|
by MissPrimrose
Problem with error message / if else statements
|
|
[4 replies] Last: Okay, I removed the condition and it worked! (by MissPrimrose)
|
by dzuryone
dynamic alocate pointer to pointer on array by dzury
|
|
[no replies]
|
by Private200
Reading lines one by one on notepad
|
|
[2 replies] Last: Top of the codding. int c; // chances int nn; // double chance int n... (by Private200)
|