by Phamtom ps
Weird symbols in output.
|
|
[2 replies] Last: Your logic has lots of issue. for (int i=l-1; i>=0; i--) { for(... (by abeginner23235616)
|
C program student ID (1,2) |
|
[20 replies] Last: You will be first given an integer ID. In the following 4 lines, you ... (by anup30)
|
by coolman22
#include header files won't allow me to complie (1,2)
|
|
[20 replies] Last: You haven't posted what errors you're still getting. (by AbstractionAnon)
|
decltype() with dereference operator. |
|
[2 replies] Last: The book has not introduced value category yet. I think that's what is... (by Hashirama senju)
|
by steve3194
Swapping Array elements using temp variable.
|
|
[3 replies] Last: Just read the file once at the beginning. No need to read it inside th... (by Darkmaster)
|
by Mug
Output program
|
|
[8 replies] Last: thank you skimmer001 (by Mug)
|
by Squeaks
Validating name so it has only characters
|
|
[5 replies] Last: Why are you discriminating against people with non-letter characters i... (by LB)
|
by Danny7
create a random number with 1 to 3 and disply a message
|
|
[3 replies] Last: is this the best way to have a response generated for each number gues... (by Danny7)
|
by helnar
Hash table for 2-sum problem
|
|
[5 replies] Last: Thanks for your helps. (by helnar)
|
string in arrays |
|
[3 replies] Last: you could do like wildblue said or get rid of the " " in the char arra... (by deathslice)
|
by skimmer001
simple for loop problem
|
|
[10 replies] Last: Yes. I just made the function return an int instead of being a void, a... (by skimmer001)
|
by xsxsux
little problem of array stuff
|
|
[4 replies] Last: thanks bro! I got it now (by xsxsux)
|
STRUCTURES AND ARRAY |
|
[3 replies] Last: @Frozen, I try the code and input mac as representative but why the ou... (by xShinichiKudo)
|
by skimmer001
Basic File IO with structure (small reading problem)
|
|
[6 replies] Last: If that's the only thing in your file, a loop isn't really necessary. ... (by Ganado)
|
by thor36
cout prints from main, but not from a different function won
|
|
[3 replies] Last: Simplified code looks something like this: #include <iostream>; usi... (by thor36)
|
by bathach95
Find all nodes in a binary tree on a specific level
|
|
[2 replies] Last: sorry, I've just edited it. (by bathach95)
|
by InfiniteLoop
Need help writing a union function
|
|
[12 replies] Last: Yes! It works! I figured out the union function, too! Thanks!! (by InfiniteLoop)
|
by solid648
Question about integrating a linear function
|
|
[5 replies] Last: Oops sorry, thanks for clarifying. (by solid648)
|
by AMETOPRINCE
Help need with adventure text game.
|
|
[2 replies] Last: // the 3rd and last part of the entire source code. //------------... (by AMETOPRINCE)
|
by skimmer001
Saving a vector of structs into a binary file?
|
|
[7 replies] Last: Hi Skimmer, A dirty, with no frills, approach would be to store the f... (by dean)
|