by creative5
adding only negative values in matrix.
|
|
[1 reply] : if ( i < j ) sum = sum + a ; That's summing the upper trian... (by ne555)
|
by TastyCarcass
Is it possible to randomly call subprograms?
|
|
[11 replies] Last: You can avoid having to differentiate between strcpy and strcat by ini... (by AbstractionAnon)
|
by Aaron1980
can someone please explain this
|
|
[6 replies] Last: This sample code was previously posted: if ('a' <= ch && ch <='z'... (by Chervil)
|
by UndeadNexus
Appending elements from vector v to vector w.
|
|
[3 replies] Last: v.insert(v.end(), w.begin(), w.end()); (by Chervil)
|
by Learner7
Help a noob with regex_search problem
|
|
[6 replies] Last: Thanks for the suggestion. Installing it right now (by Learner7)
|
by maeriden
"Expected type-specifier" error
|
|
[2 replies] Last: Well, this is embarrassing but turns out it was probably due to me hav... (by maeriden)
|
[URGENT]ADVICE needed for absolute beginner |
|
[6 replies] Last: Yes I picked up some concepts that I could not grasp in other books. L... (by greezmky)
|
by RadShad
Getting ASCII Code
|
|
[1 reply] : Declare Map2 as unsigned char Map2 . char can hold values bet... (by Null)
|
by UndeadNexus
How to return number of occurences in a vector
|
|
[1 reply] : You should use accumulator variable and then return it: int countOcc... (by MiiNiPaa)
|
by kevin145
data types
|
|
[3 replies] Last: Does putting a zero in front mean it is octal instead of decimal numb... (by MiiNiPaa)
|
by tina123
search or read img.jpg format text from directory
|
|
[no replies]
|
by greezmky
counting groups of strings or int
|
|
[no replies]
|
by UndeadNexus
error: expected unqualified-id before â{â token
|
|
[2 replies] Last: Thanks (by UndeadNexus)
|
by twigglypuff
please help, dont understand error
|
|
[11 replies] Last: Mind, that I'm just skimming through the code and not yet looking thro... (by Nexius)
|
by NightHawk22
BST memory leak
|
|
[2 replies] Last: Thanks - formatting fixed. (by NightHawk22)
|
by aidenkael
Simple weight checking program bugged?
|
|
[2 replies] Last: I understand! I was reading it like a human and not a machine :P (by aidenkael)
|
by RBX129K
Just a question
|
|
[2 replies] Last: Ah.. I see. Thank you for your help. (by RBX129K)
|
by Showdon
Suggestions welcome
|
|
[2 replies] Last: Thanks for the link, but I continued to play with it a little and figu... (by Showdon)
|
by sbstd
Can't end While loop
|
|
[7 replies] Last: I'm very thankful for answer. That's hard part to understand for begin... (by sbstd)
|
by xdega
Splitting String in half?
|
|
[6 replies] Last: nvm, i got it. It was simply an issue of me using: std::cin>>input; ... (by xdega)
|