Beginners - July 2014 (Page 17)

by Nelvin
Nested Linked list type pointers initialization problem
 
I am having problem with initializing the linked list (*exam and *subject) through the constructor o...
[7 replies] Last: I actually tried, Student class contains 2 more sub linked list , whic... (by Nelvin)
by q139
Programmin interface and language to choose.
 
Hello, I am beginner in coding , hoping for some directions from people who are more familiar with l...
[no replies]
by DedSec
How do I add this to my game?
 
Ok so I'm making a text based rpg kind of like zork. But different. so I need to add a dice roller/ ...
[13 replies] Last: Do not call srand before every call to rand. That effectively resee... (by Disch)
by xx1182
Multidimensional Arrays and Pointers
 
So basically i've came across a strange thing: char strings** smthing; char strings ; ...
[2 replies] Last: I just have a library that as parameters for a function has void myf... (by xx1182)
pointer to a pointer c++
 
Hello everyone ...... could you explain to me the difference between the 2 following codes: ...
[1 reply] : In the first example it is like you said if we assign the value of p... (by JewelCpp)
Initialising an Array
 
Hi there. I'm a first time poster.... I'm getting to grips with C++ after 3 years coding in mana...
[3 replies] Last: :) Your welcome. (by Codermik)
Inserting date to a char array?
 
It would really mean a lot if someone could give me an example of how to insert system date in a cha...
[3 replies] Last: @Chervil thankyou for that I tried it out and it worked perfectly.. ... (by imtehnewb)
Overloading input operator >>
 
Hi everyone. I can't figure out what the bug in my code is. I have overloaded the input operator lot...
[3 replies] Last: while ( true ) { ifs >> temp; if ( ! ifs.good() ) brea... (by Stewbond)
using thread library to call class functions
 
So i'm trying to create a program, that would make a thread of an infinite function that would keep ...
[1 reply] : It's weird, i tried to std::thread t1(&PS::getDataIndef, &obj); c... (by suburban)
MinGW install
 
Hi, I've installed the MinGW compiler and have set the path already. When I simply do g++ hellowo...
[2 replies] Last: In the Command Prompt you can probably press the up key to repeat prev... (by Peter87)
Errors?
 
Hi guys im writing a program to calculate costs of a long distance tekephone call. Im getting some e...
[1 reply] : You can't define functions inside other functions. Anyway, you didn't ... (by helios)
Adding next values.
 
Hi everyone. Im a beggining programming student and am stuck with this program im writing. Basically...
[6 replies] Last: Ok i see my mistakes now. Thanks guys i appreciate it. It nice to know... (by Rashad2)
by gellyj
NUMBERS INPUT HELP!
 
Write your question here. Hi my name is Gelly and i'm really having a headache with c++ becau...
[13 replies] Last: @Mizfizz of course it include its (by xenovia12)
Function Help
 
Good Evening, I am brand new to C++, I decided to start learning it because I have always had an ...
[3 replies] Last: Thanks so much for the response Elite Zero, I feel like a dummy now. ... (by stevesel)
Wrong Value In Debug Mode, Need Help
 
Hi, I finished writing my code and am expecting my integer to be a value of 0 when looking at the de...
[2 replies] Last: I tried rebuilding and restarting, but it didn't work. (by dtrumbore88)
inserting issues
 
Cannot get this code working right, any help is greatly appreciated. I've got it printing all of the...
[1 reply] : The input file contains this exactly: 3 3 3 2 2 2 1 1 1 4 4 4 5 5 5 6... (by elite zero)
Output Error, Help Please
 
Hi, I'm trying to produce an algorithm with branching paths so that the output reads,in the context ...
[2 replies] Last: Wow, you're right. It's amazing how many silly little things I tend to... (by dtrumbore88)
Help with Quiz program
 
Hi, I really need help with this program. I've been working on it for days and still can't figure it...
[3 replies] Last: It works!!! Thank you guys so much!! (by emizzle18)
by henock
Adding icon to the .exe file
 
hi all, this is my firist question am new to programming and wanna know how can I add icon to the ...
[7 replies] Last: Object files/code doesn't have to do with the concept of classes in C+... (by Ganado)
Finding Largest Value and Index position
 
First, I would like to thank Chervil and Yay295 for helping me get this far with a program that h...
[7 replies] Last: To everyone who has helped me with this and replied, thank you. Cire, ... (by carpalTunnel)
July 2014 Pages: 1... 1516171819... 43
  Archived months: [jun2014] [aug2014]

This is an archived page. To post a new message, go to the current page.