by adam2016
why can't assign an int on the heap
|
|
[1 reply] : new always returns a pointer to the space allocated on the heap (oth... (by AbstractionAnon)
|
by Nefeli
rand() not printing correct #s for dice?
|
|
[1 reply] : First off line 15 is bogus. You're generating two indexes, each of wh... (by AbstractionAnon)
|
by Sporech
ASCII to numerical values gives negatives
|
|
[2 replies] Last: Here's the (temporary) encryption/decryption algorithm so far. (it is... (by jlb)
|
by kigoral
New to C++, have an assignment
|
|
[6 replies] Last: Thanks for all of the feedback everyone, definitely got it to work! (by kigoral)
|
by zeeshan786
return of main function
|
|
[1 reply] : From the creator of C++: http://www.stroustrup.com/bs_faq2.html#void-m... (by chicofeo)
|
by BioGhost
Not operator trouble
|
|
[4 replies] Last: You're welcome - glad it worked! (by MikeyBoy)
|
by GCGsauce
Console crashes when creating linked list class
|
|
[6 replies] Last: But I'm wondering how the dtor of node would look like because as you... (by coder777)
|
by FeelGoodRy
Linker Error
|
|
[1 reply] : In test.cpp you have declared a function that is not part of any class... (by Peter87)
|
by FBHSIE
Help with execution
|
|
[6 replies] Last: Thanks for the advice! (by FBHSIE)
|
by dbrenchley
Funtion pointer array in a class
|
|
[5 replies] Last: another ? if I may .. how do you return the address of an array point... (by dbrenchley)
|
comparing an input with an array element |
|
[11 replies] Last: okay that format really helps, thank you guys! (by hibiscusleaves2544)
|
by my 15 8
IDLE for C++
|
|
[4 replies] Last: If what you are looking for is an interactive C++ interpreter: https:/... (by JLBorges)
|
by lichblde
crashes when trying to print vector
|
|
[4 replies] Last: Line 54: You call printGeetings with 5. Line 148: You try to refere... (by AbstractionAnon)
|
by raconteur20
Writing a Code to Test Other Codes
|
|
[1 reply] : google "Fourth generation language" (by closed account 48bpfSEw)
|
by adam2016
exact same code won't work
|
|
[12 replies] Last: @Abstract You're right ... but now fixed the way I intended (by closed account 48T7M4Gy)
|
by Nielyboyken
Can't link cURL with MinGW
|
|
[3 replies] Last: Shouldn't you be linking to curlpp? (by kevinkjt2000)
|
by Revanl
sorting arrays
|
|
[4 replies] Last: This worked . Thank you (by Revanl)
|
by FBHSIE
Homework advice #2
|
|
[7 replies] Last: did my questions not make sense? Not really but I'm beginning to see... (by closed account 48T7M4Gy)
|
by Sporech
Stack Memory Corrupted?
|
|
[2 replies] Last: Okay, I'll set index to 0 instead of -1 (by Sporech)
|
by FBHSIE
Please help with homework.
|
|
[2 replies] Last: #include <iostream> #include <stdlib.h> using namespace std; //mod... (by integralfx)
|