Beginners - October 2009 (Page 22)

Srecord file parsing
 
hi.. i have an s-record file as: S315080001100060A0E30070A0E30080A0E30090A0E3E5 where S3: Type, ...
[2 replies] Last: You may want to look into libGIS: http://dev.frozeneskimo.com/softw... (by sparkyengr)
Console never opening
 
Ok, what code causes a console to spawn to begin with? I am writing a console app, but it requires n...
[3 replies] Last: When you execute a Windows program the operating system is what create... (by mackabee)
new beginner to C++
 
I am new to C++ and I need help doing my assigments. I know that it is gona seem so much but I re...
[5 replies] Last: 3) #include <iostream> int main() { double hours = 0; ... (by mcleano)
by kat478
Change Terminal Background Color in OS X
 
I'm looking for a way to change the background color of the terminal window in Mac OS X. For example...
[no replies]
checking if cin still have more strings in input stream
 
Hello, Im writing a program on a Unix machine which accepts input using only "cin >>", the inputs lo...
[1 reply] : Yes. A stream has a state and can be good, bad or failed I think. ... (by kbw)
by ktate
What am I doing wrong
 
This is my first time asking the internetz for programming help, so bear with me. I have looked aro...
[3 replies] Last: In the class declaration you can only say what members are present, yo... (by goodvikings)
Banking
 
ok I am very new to C++. This is like the 2nd time I am writing a program. I need to write a simple ...
[12 replies] Last: ok i got it working thanks to everyone (by thebeast)
Flash Collision Detection
 
Overlooking the following code for collision detection in Adobe Flash, I'm confused as to the functi...
[2 replies] Last: Trace outputs what ever you tell it to, but The output is only shown a... (by Fsmv)
Calculating the shortest path
 
Hello guy.. i was wondering if there is any function which given a range of number you can calculate...
[5 replies] Last: http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm (by helios)
by ztein
Declaring an array of structures
 
The point of the program is to create a structure CandyBar, fill it up with members(name, weight, ca...
[8 replies] Last: Yep, I'm about to learn loops. (by ztein)
Overloaded Opeartor
 
So I finished my code, however, it doesn't seem right to me and there may be something off with the ...
[3 replies] Last: Okay, so I changed some things around but want you guys to take a look... (by byu1212)
Custom Sub-Includes??? (Like <gtk/window.h>)
 
Ive noticed in tutorials and such, people only including bits of a library. Like #include <gtk/windo...
[4 replies] Last: Ahh right ok. Would this work, it seems to be set out that way in some... (by SteadyEdd)
whats wrong with this code
 
#include<conio.h> #include<iostream.h> main() { clrscr(); char name , selection; float q1,q...
[3 replies] Last: For one, selection is never initialized. (by seymore15074)
Embed a file in application
 
There is an application already written that performs one of the functions I want my application to ...
[5 replies] Last: would this help? http://www.codeguru.com/forum/showthread.php?t=31244... (by wachtn)
by rej3kt
FOR Loop statement
 
My FOR loop statement doesn't work with any 4digit number, it works with 100 but not 1000 which is w...
[8 replies] Last: Intended to prints meow 5 times on each line. Sorry, didnt get a mome... (by wachtn)
by ztein
I/O program skips question/omits output
 
#include <iostream> using namespace std; struct form { char firstName ; char lastName ; ...
[8 replies] Last: mcleano: You know you shouldn't be accessing members like that don't... (by mcleano)
Counting characters in several files
 
I want to know how many characters, words or lines I've got in my source code for something else I'm...
[9 replies] Last: Ok, thanks :) Any ideas about the characters/words issue? Words is ... (by chrisname)
Query Regarding File I/O
 
Hi .. I want to read a file... its easy to read.. but i have to read and put the data it into...
[1 reply] : Read the file one line at a time (getline) into a std::string. Then, ... (by jsmith)
by j123
Equivalent Petzold like book for Linux???
 
Please reply with recommended reading list for programming Linux GUI environment similar to what Pet...
[1 reply] : What GUI library do you want to use? You could buy the entire serie... (by jsmith)
While loop
 
Can anyone help me in making a code that displays the integer 1 to 20 with only 4 numbers per line u...
[15 replies] Last: got it haha thanks (by metalheadrenzo)
October 2009 Pages: 1... 202122232425
  Archived months: [sep2009] [nov2009]

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