c++ else if statement |
|
[3 replies] Last: doug4 explained how to fix your code. But this can easily be calculat... (by zoran404)
|
Array of 10000, display only 5 problem |
|
[1 reply] : for(int k = i; k < (k+2); k++) Your problem is here. The value k w... (by doug4)
|
by csstudent123
strcmp weird error?
|
|
[1 reply] : Well the second one has a stray comma after 'barcode' that would preve... (by Disch)
|
by shadowmouse
Names with spaces
|
|
[5 replies] Last: Okay, thanks. I was just basically wanting my version of int to fit in... (by shadowmouse)
|
by JackieCho
Question about goto Statement
|
|
[3 replies] Last: #include <stdio.h> #include <string.h> #include <ctype.h> int main()... (by JLBorges)
|
Unscrambler |
|
[7 replies] Last: The aha! insight is to sign each word in the dictionary so that words... (by JLBorges)
|
Why this code is not giving output? |
|
[1 reply] : What is it supposed to do? (by kbw)
|
by missjune
Nested if-else
|
|
[3 replies] Last: Thank you! =) (by missjune)
|
just a question |
|
[4 replies] Last: no i understand it now thanks . (by theposibility)
|
please i need to learn this |
|
[2 replies] Last: thank you so much (by theposibility)
|
by Sythical
Storing objects using std::vector
|
|
[3 replies] Last: Huh? From the above-referenced web page: Inserts a new element at t... (by doug4)
|
by JackieCho
Use fgets and strlen to calculate the length of a txetstring
|
|
[2 replies] Last: When you use fgets and hit "Enter", a newline charater is included at ... (by LazaroBinda)
|
by shadowmouse
Classes that reference classes (1,2)
|
|
[22 replies] Last: That's very helpful. The only problem I can think of at the moment is ... (by shadowmouse)
|
by csstudent123
Binary Search Tree VS Linked List
|
|
[6 replies] Last: member of bst of what type? type *root? void* root? am getting segm... (by csstudent123)
|
by paligq
Need help on homework. New to programming.
|
|
[3 replies] Last: I did all that stuff and it looks more cleaner and better, but it stil... (by paligq)
|
by qingcheng
print my .dat and keep the previous information
|
|
[no replies]
|
by bandosj15
I am having a problem solving this. I dont know what i am doing wrong
|
|
[2 replies] Last: Life saver. Thanks. (by bandosj15)
|
by SixTsevN
Matrix Navigation via Pointer
|
|
[4 replies] Last: I'll share the code block I came up with, using segments from the link... (by SixTsevN)
|
by yo2xia
how do I eliminate a specific column of a matrix using Eigen in C++
|
|
[no replies]
|
how to ? |
|
[4 replies] Last: Yes, but it's only because that is a function returning int. If you wi... (by LazaroBinda)
|