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 of Student class, i tried by creating two new linked lists (s...
[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 languages. So far i have done c++/cli visual basics and qt p...
[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/ number generator to the game because it's also like Dungeons...
[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 ; Well, is that the same thing? because if i make char ...
[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: #include <iostream> int main() { //example number ...
[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 managed languages such as C# and Java. Being a cpp novice, I dec...
[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 char array. Something like this: char dateNow << systemda...
[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 lots of times before, and I never had any problems. #include...
[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 running, while the program keeps doing other stuff. But i'm ...
[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++ helloworld.cpp -o helloworld.exe to compile, it gives me an error f...
[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 errors and am not sure how to fix them or what they mean for ...
[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, im asking for the user to enter a sequence of numbers one ...
[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++ because i'm a freshmen in this course. What am i going to do? her...
[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 interest in programming and now that my BS is done I have so...
[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 debug perspective, but when I begin debugging, instead of the ...
[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 values, however it's inputting the nodes incorrectly. ...
[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 below, as follows: Enter the seed color (red or blue): ...
[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 out. The program is supposed to grade a 10 question quiz an...
[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 executable file I made. I can do the stuff using the Dev-C++...
[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 has otherwise made me feel defeated at ever trying to become ...
[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.