What is the differnce b/w seekg() and seekp()? |
|
[2 replies] Last: it may be a little confusing because they cannot be different on file ... (by Cubbi)
|
by faiq12
Lexical Analyzer in c++
|
|
[1 reply] : it looks like you wanted a dynamic array size but you made those const... (by jonnin)
|
Word Count |
|
[5 replies] Last: Hello, Here is a snippet with a very useful utility. Best regards. ... (by laedus)
|
by PenguYT
How do you make your code want you to type an answer to continue
|
|
[3 replies] Last: On line 24 use getline(cin, answer); instead of cin >> answer; . W... (by coder777)
|
Print magic array |
|
[7 replies] Last: Yes, but you forgot one thing: what does happen after j has become 3 a... (by keskiverto)
|
Regex Help |
|
[5 replies] Last: Hi mbozzi That is exaclty what I needed thank you for your help. tbp... (by rrodriguez48335)
|
IF statement to control value range |
|
[2 replies] Last: I'd create a function to do it: // Prompt the user with "prompt" and ... (by dhayden)
|
by Haveed
I am unsure on what im doing wrong.
|
|
[no replies]
|
by DJFlash
Calendar Program
|
|
[16 replies] Last: Didn't you use tpb's snippet to calculate which day the month started ... (by Satan)
|
by Ryan15
How do I use else if
|
|
[19 replies] Last: @jonin but he used '\n' in his own original post ;p! @Ryan, Unless in... (by Satan)
|
by gainzbro
QSort, Merge, Heap, and Shell Sort
|
|
[3 replies] Last: type 'best case for shell sort' and hit search ;) https://en.wikipedi... (by jonnin)
|
by faiq12
Compiler Construction compaction code in c++
|
|
[1 reply] : hint... if you read the file in transposed, you can check rows with a ... (by jonnin)
|
by Forgetful
Cannont convert
|
|
[6 replies] Last: The thread has been marked as solved so perhaps you no longer need hel... (by Peter87)
|
weight across planets problem |
|
[10 replies] Last: Nice! Ive said it before, but maybe this will help a bit going forwar... (by jonnin)
|
by utkarshj
Exceptions not getting when using shared c++ library
|
|
[2 replies] Last: The following code works on my W7 machine: test.cpp: #include "test... (by Enoizat)
|
by volang
Chat MULTIPLE clients
|
|
[2 replies] Last: Thanks man. This seems interesting. I'll dive into it (by volang)
|
by bigJoe561
Maximum score of a linescore
|
|
[5 replies] Last: What have you tried so far? Can you post your code with an explanation... (by Browni3141)
|
by deffonotsean
Overloading Operators using Time Object
|
|
[1 reply] : You can't assume that if n > sec (i.e., sec -= n goes negative) that y... (by tpb)
|
by volang
Socket support and keep alive connection
|
|
[2 replies] Last: In a console application a made before the connection between the clie... (by volang)
|
by sean4fsu777
How Can I Write This Program Using an Array of Structs?
|
|
[6 replies] Last: The single most important bit of my post is this: Honestly, you use ... (by MikeyBoy)
|