by Rooky
Teaching
|
|
[6 replies] Last: I believe its easier to be told by a person than a tut online A... (by pogrady)
|
by matoukap
Switch wont initialize
|
|
[3 replies] Last: this is the point where the program just ends without continuing on t... (by MikeyBoy)
|
by tyler72us
counting table
|
|
[5 replies] Last: Thanks for the ideas everyone. (and i know i was aware about it start... (by tyler72us)
|
by kathrine
stirngs
|
|
[10 replies] Last: A string with distinct components has exactly s*(s+1)/2+1 substrings... (by condor)
|
by FrogAlert
Trouble looping to the start
|
|
[4 replies] Last: Why didn't that work? although its frowned upon, you can also use got... (by pogrady)
|
int is not a class,struct or union type |
|
[5 replies] Last: 1) Conflicting function definition and declaration. 2) Don't return ze... (by dhruv90)
|
by dunnmifflsys
Assigning to 'char' from incompatible type 'char[1024]'
|
|
[16 replies] Last: that is what you want, but that is not what you do. your have char buf... (by nedo)
|
by geezle86
What Variable? HELP!
|
|
[1 reply] : #include <iostream> #include <string> int main() { std::string n... (by MiiNiPaa)
|
by HayatiYassin
nios2linux kernel file management
|
|
[no replies]
|
by dhilchie
Picking from a list
|
|
[2 replies] Last: #include <iostream> void do_math( const int (&a) ) { std::cout ... (by JLBorges)
|
by letscode
creating text button
|
|
[12 replies] Last: thank you coder777 i had really forgotten about the strcpy function. A... (by letscode)
|
by raminr63
read an check some data from a text file in c++
|
|
[no replies]
|
by hychan
Sum of odd numbers between a certain range
|
|
[1 reply] : c is uninitialized. On line 11/12 and 15/16 you add some values to ... (by coder777)
|
Template classes <-> separate class compile |
|
[11 replies] Last: isn't there one 'nsp_MYCLASS' too much in the last code-example ? Coul... (by Kitesurfer1962)
|
by Gonzator
Cannot open file using variable name
|
|
[8 replies] Last: That is strange. It looks like file were opened in binary mode. Or it ... (by MiiNiPaa)
|
by juxte
Problem with setting an array of chars
|
|
[10 replies] Last: Thank you very much to both!! I'll use 2 variables, it's the best solu... (by juxte)
|
by stranglehanz
Program cuts off inputs by program player
|
|
[3 replies] Last: Also when I go to use getline(input, heroname) as opposed to getline(c... (by stranglehanz)
|
by peter hurley
Lines to Quads
|
|
[2 replies] Last: Thanks for that, I will try and go through your points. Entries wil... (by peter hurley)
|
by Sershen
double greater than
|
|
[3 replies] Last: Use if (j > i && i > k) . Relational operators (such as less-than and... (by closed account DEUX92yv)
|
by science
2d array issue yet again
|
|
[6 replies] Last: yes now it should work. (by abhishekm71)
|