by alsade
get method prints only first letter in char array..why??
|
|
[1 reply] : That is because saying *name is actually dereferencing the pointer y... (by TwilightSpectre)
|
by raveset
SWAPPING ARRRAYS
|
|
[1 reply] : You already have an array of 2x10. What are you trying to do with this... (by giblit)
|
by MattTuck
Need Help With Tutorial...
|
|
[5 replies] Last: Thanks! I've finally got it to work the way I want!!! Thank you to eve... (by MattTuck)
|
by kcteo
Window C++ application homework help
|
|
[3 replies] Last: He means what code have you done so far for the assignment. Doing the ... (by giblit)
|
by Shahbaz23
String Input Problem :(
|
|
[1 reply] : The reason is that when you have done cin >> n , a newline is left ov... (by TwilightSpectre)
|
by qmzh85
swap two values with a member function
|
|
[11 replies] Last: As NT3 indicates, it seems that this swap() function works as passing... (by cire)
|
by KvltKitty
Sending array of ptrs to function of class
|
|
[5 replies] Last: Arrays are passed default as reference. Arrays are passed as poin... (by cire)
|
Simple if program |
|
[2 replies] Last: Of course, thank you! (by Katie Gerloff)
|
Calculus programming help.. |
|
[4 replies] Last: @Duoas Thank you so much. That answered a lot of questions I had. I'll... (by learningeveryday)
|
by raveset
ARRAY TRANSFER
|
|
[1 reply] : int size_x = 2; int size_y = 5; int 2D_Array ; There is your 2D ... (by IceThatJaw)
|
I know how to do it on paper, but not in code! HELP PLEASE! (1,2) |
|
[27 replies] Last: Thanks guys, I'm trying really hard to learn this stuff. (by noobplusminus)
|
by kingcong
College Class In C++
|
|
[11 replies] Last: Dput wrote: which c++ class is it? the particular name? The cours... (by kingcong)
|
by jackbruns28
Retooled palindrome problems
|
|
[7 replies] Last: Oh, well the q/Q is what I used as a loop to exit the program. Would ... (by jackbruns28)
|
by Brandon23z
Algorithm to cout an array in certain order?
|
|
[2 replies] Last: If the array is already sorted by model year (according to your descri... (by Duthomhas)
|
by KvltKitty
Question regarding while getline loop (simple)
|
|
[2 replies] Last: tyty :D (by KvltKitty)
|
by toonhead85
Memory Management - Strings (Help)
|
|
[3 replies] Last: Smac89 & kbw: Thanks for those tips. Line 110 was just user error on m... (by toonhead85)
|
by ASCII14
class members and assignments
|
|
[2 replies] Last: thanks so much! -ascii14 (by ASCII14)
|
by liz510019
User Input Validation Help?
|
|
[no replies]
|
by tony1420
Event timer
|
|
[no replies]
|
by hunkeelin
Dealing with VEERRRYYYY big numbers
|
|
[10 replies] Last: > ^ Yes, in my lecture malloc and free is mentioned. But mentioned it ... (by JLBorges)
|