General C++ Programming - December 2011 (Page 23)

Need help using/accessing structure.
 
Hi guys, this is my first post here. I started learning C++ this year, so I'm not very good at this....
[no replies]
by Mats
Calling up code to be compiled automatically
 
So I have a program and it writes a new (modified) copy of itself to a file.cpp. How can I get the p...
[1 reply] : Depends which compiler and which platform... for MinGW GNU C++ under W... (by mmay)
Using Inheritance
 
Im trying to show a few box objects using inheritance which adds a few new features such as type of ...
[10 replies] Last: @robdog4: hope your assignment got marked leniently >_<... Okay, in... (by mmay)
Game Of Life: display iteration
 
hey guys I've recently made a game of life program. And it works. But I have problem of displaying ...
[9 replies] Last: That's probably the worst solution, but if it works for you... (by bbgst)
by zepher
split string into fields
 
Hi, I need to split a string into a fields. The string is delimitted into fields with a comma (,...
[8 replies] Last: Thanks for all the replies - I really appreciate it. I think the be... (by zepher)
Overtime pay program
 
I am trying to work on a program that computes overtime pay for 3 employees. I have been working on...
[no replies]
Passing a Struct array to Class Member functions
 
Edit postDelete postReport this postReply with quotePassing a Struct Array using Classes by brb0013...
[no replies]
by Mats
Mouse Movement
 
Is it possible for my program to move the mouse outside of its window? For example, to open up a pro...
[5 replies] Last: I'm proposing this as an alternative, because it unnecessary to move t... (by ascii)
Quicksort with LL
 
I'm trying to debug an implementation of Quicksort using a singly-linked list. I keep getting a seg...
[1 reply] : Nothing stands out.. Though this is not a good method of debugging. Ju... (by hamsterman)
by Eyad
Does not work!!
 
Write a program that reads in a length in feet and inches and outputs the equivalent length in meter...
[9 replies] Last: Thanks everybody, specially azuk040891 :D i changed it to void and it'... (by Eyad)
linking visual studio 2010 to intel ipp
 
hi, after linking my visual studio project to intel ipp i have the following, what can i do? help? t...
[1 reply] : what about this? 2>LINK : fatal error LNK1104: cannot open file 'lib... (by xristina80)
by AliDh
Download a File in C++
 
Hi, I want to be able to download a file from the internet and put it into to a file on my computer....
[2 replies] Last: It is super easy in Windows. Use URLDownloadToFile(). See http://msd... (by webJose)
by gnuts
help with ofstream output programming!
 
This is an excerpt of my code. if (save == 1) { ...
[8 replies] Last: please check your pm inbox :) (by gnuts)
frustrating errors
 
hi guys, im trying to get a program that requires a input of numbers and add them up, requiring the ...
[13 replies] Last: ok this works, thank you. (by PhilThompson)
segmentation fault
 
Hey guys, I'm trying to make a Game of life. But every time I count neighbours I get segmentation fa...
[8 replies] Last: I understand now. I've edited it. do u have any idea how can i display... (by unstoppy)
Arrays/loops
 
I need help trying to write a program using arrays and for loops for a grades. I have to use an inpu...
[1 reply] : It depends slightly on how your input file is. If you know that it has... (by hamsterman)
Book on Algorithms using c++
 
Please suggest me a good , easy to learn algorithms using c++, which can help me participate in comp...
[3 replies] Last: That might be so, but I don't see why that is a proble. If you don't k... (by hamsterman)
Tree with multiple nodes at each level (Non-binary)
 
So I was wondering how other people would go about this, I'm doing a project for my Data Structures ...
[2 replies] Last: There are instances where you would have more than one item per node -... (by SIK)
by LB
How DO you destroy objects on console close?
 
I'm writing a server in a console, and I need to deallocate some memory when the user simply clicks ...
[4 replies] Last: bluecoder 's solution is if you are writing a Windows Service using M... (by Duthomhas)
Rand and srand without time
 
I have a program that involves generating random numbers. A problem that I've run across is I use ti...
[7 replies] Last: On *nix, use usleep () http://www.cplusplus.com/forum/unices/10491/#m... (by Duthomhas)
December 2011 Pages: 1... 2122232425... 39
  Archived months: [nov2011] [jan2012]

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