by musaali1412
simple calculator via loop
|
|
[1 reply] : Is this a question? Main should have a type int, and return an int. Ma... (by Hashirama senju)
|
by DreamTime
How do I point a Node to an Object?
|
|
[1 reply] : current is null pointer at the moment, so you cannot dereference it.... (by MiiNiPaa)
|
by xenixl
How to change interval [a,b] to (a,b]
|
|
[1 reply] : The only difference between [a,b] and (a,b] is that a is not included ... (by Peter87)
|
by fuzzyDog
How to reverse a queue?
|
|
[1 reply] : template <typename T> void reverse(Dynque<T> queue) { std::stack<... (by MiiNiPaa)
|
Counting occurances of numbers and letters |
|
[4 replies] Last: Try this: class Count { char buffer ; //Maximum character... (by coder777)
|
by uglywiggler
Parallel arrays- count occurrence of input numbers
|
|
[4 replies] Last: The indentation of your code could be more intuitive: // what is the ... (by keskiverto)
|
by kovyfan27
find and printing the smallest element and highest even number in an array
|
|
[1 reply] : Please use code tags , it makes it easier to read your code (by closed account SECMoG1T)
|
by DreamTime
How do I split a string into an array by spaces?
|
|
[1 reply] : Using a string stream: #include <iostream> #include <string> #includ... (by JLBorges)
|
by shareyourjoy
Passing by reference?
|
|
[2 replies] Last: I also get error when I change it to string Comments(Student_Data &... (by shareyourjoy)
|
by juvelover
Segmentation fault (core dumped)
|
|
[1 reply] : Hi the problem could be here void insertCard(card *newCard) { ... (by closed account SECMoG1T)
|
by Doctor1988
Nested Loops
|
|
[4 replies] Last: we dont do others assignment. sorry. can you show us the youve done s... (by xenovia12)
|
by Endymion
Multiple functions taking input from two arrays
|
|
[4 replies] Last: Got the code working. Going to display it in case it can help someone ... (by Endymion)
|
by phztfte1
Call to Destructor Function
|
|
[2 replies] Last: Thank you Peter87. The error I made is that the CBox object should ... (by phztfte1)
|
by imaghhc
array initialization
|
|
[1 reply] : If I had to take a guess it's probably because you're using the new op... (by deathslice)
|
by darkstar0402
class/ strings/ cin errors Help please :^)
|
|
[2 replies] Last: I've fixed the cin/ getline error can anyone tell me what these errors... (by darkstar0402)
|
by sblair
Trying to write a program that opens a file
|
|
[no replies]
|
Searching an array in C++ |
|
[3 replies] Last: an array of what? strings, chars? should only need one string variabl... (by aarnold404)
|
by feehily
Pointer on String
|
|
[3 replies] Last: thankss (by feehily)
|
by feehily
Help Me Please, Data Structure Binary Tree
|
|
[no replies]
|
by bender
Error Help
|
|
[1 reply] : Can you post your code so I can see what part of your code is causing ... (by deathslice)
|