by sumsar
I have a bug in a array i cant find.
|
|
[5 replies] Last: He he Vlad! Are you copying my reply again? ;) (by Catfish3)
|
by ausairman
How do I call a method pointer?
|
|
[2 replies] Last: If I do this: auto pointer = &(*it_codon_sequence); (pointer->*Fun()... (by ausairman)
|
Create a row and add it to matrix. |
|
[8 replies] Last: You can use the following function which I wrote without testing. in... (by vlad from moscow)
|
by blitnathz
Please Help
|
|
[3 replies] Last: Thank you Very Much Jonas Wingren and Hazique but what the best appli... (by blitnathz)
|
by longring
Read file and Insert sort in one function
|
|
[no replies]
|
by Hotice
std::string throwing errors?
|
|
[2 replies] Last: and this is because string is an object, not a primitive data type. It... (by Hotice)
|
by brownie13x
Passing arrays to and from functions
|
|
[5 replies] Last: I must stay inside the confines of what we learned in class. ^^ thi... (by GaGoKoYa)
|
by Cruzer K97
Help Needed
|
|
[2 replies] Last: This is quite simple. I succeeded with 4 lines of code :P. in order ... (by Bawnawgwa)
|
Pointer code define style... |
|
[3 replies] Last: In the interest of showing the other side, the counterargument is usua... (by Zhuge)
|
by yasitao3
string typ variables not working
|
|
[7 replies] Last: yes that was the error. thank you for helping :) (by yasitao3)
|
by Anmol444
What does this mean????
|
|
[2 replies] Last: ok thats definitely beyond my current knowledge but thank you. (by Anmol444)
|
by Keelan
Char array comparison
|
|
[2 replies] Last: You could make a separate counter for wrong and right answers and the ... (by Zhuge)
|
by mcnevermore
Calling Function Issues! Need Help ASAP Please!
|
|
[6 replies] Last: Oh wow nevermind. For some reason it had put the prototype for it as a... (by mcnevermore)
|
by IWishIKnew
Direct File-write: insertion by stream
|
|
[13 replies] Last: @naraku Yes, I know it doesn't. The problem is that there has to ... (by IWishIKnew)
|
Using a pass by reference |
|
[6 replies] Last: Indeed, and in some cases you need to avoid using more memory. When yo... (by Austin J)
|
by Chris Meyer
Calling a member function from another class.
|
|
[2 replies] Last: Thanks! Works perfect! (by Chris Meyer)
|
by Keelan
Char array not recognize certain letters
|
|
[4 replies] Last: Ah ok Booradley thank you. I should have came back and saw this earlie... (by Keelan)
|
by AandR2024
Random Number Generator?
|
|
[12 replies] Last: Thank you, booradley60 =) I will take a look at it but i haven't gott... (by LuckyShot)
|
by Banshee1
While loop for guessing a persons age
|
|
[5 replies] Last: // Generate random age to be guessed srand(time(0)); int age = rand() ... (by Banshee1)
|
First time big project questions: |
|
[4 replies] Last: ok, nice. Didn't know that. amazing how a simple line can change your... (by Jonas Wingren)
|