General C++ Programming - September 2010 (Page 7)

Moodle Crack
 
Hello guys, I am a noob in c++, but i was wondering if it was possible to create a program that cool...
[3 replies] Last: As soon as you submit the test, your grade is given. So the real quest... (by Freakzoyd)
What is the best FREE C++ Development Environment for beginners
 
Hi I have basic C++ background. However, I left C++ a while ago in pursuit of web development. In...
[3 replies] Last: Thumper and Albatross Thanks you both for your prompt response. (by itjobsinusa)
Linker Error 2019 - OpenGL Material Class
 
So far I've been working through a 3DBUZZ OpenGL vtm's without any problems untill now, currently I ...
[6 replies] Last: I've found the problem : C/C++ -> Preprocessor -> _DEBUG; Somet... (by Jauffre)
by bob18
Subsequences
 
Hi everyone! I've got assignement topic like "write a program that finds the longest subsequence ...
[8 replies] Last: At least he can figure out the algorithm. Scala is a great language fo... (by xorebxebx)
Designing a tree figure
 
Moved
[9 replies] Last: Sorry, lost internet in the middle of our conversation. While it was ... (by Cazicss)
Segfault on delete after istream::read() (1,2)
 
I have a very odd bug that I can't fix: class Bar { private: float x,y,z; };...
[22 replies] Last: I serialized the object A a It just so happened that it had a vtbl ... (by kfmfe04)
by harnz
sparse matrices - Alternative to ARPACK++?
 
Hi, I would like to compute a Cholesky decomposition of a sparse matrix. From what I know is tha...
[4 replies] Last: http://eigen.tuxfamily.org/index.php?title=Main_Page (by swx)
Error in creating map iterator
 
Hi Dear all Kindly can you help me to solve the error in creating map iterator. .h , .cpp a...
[2 replies] Last: yes of course, thank you, (by amanyasin)
How do I programmatically spoof the MAC address of a network adapter?
 
Will pcap or winpcap libraries be of any help?
[1 reply] : You'll need to do it in the device driver. pcap just listens. EDIT... (by kbw)
by xhik
STRCMPI
 
hi.. ..I made a program in c++ that will read from a text file...' ..here's my code...but the outp...
[3 replies] Last: Don't use strtok, it's horrible. It modifies the input buffer. The... (by kbw)
Large File Changing
 
How could you rename/delete/add/change multiple files or folders? For instance, maybe you had taken ...
[8 replies] Last: The only reason I think of right now where it would make sense to do t... (by helios)
read info from website table (1,2)
 
hey guys, new to the site, not new to forums. so howdy everyone! sorry if this is a noob question, w...
[20 replies] Last: Naaahhh.. You have to learn it now (in my opinion). Regular expression... (by blackcoder41)
PLEASE Masters of C++~~
 
I'm a beginner (3wks into C++) Payroll program is due in 1hour. I can't figure out what is wrong w...
[7 replies] Last: Masters of C++~~ Disch moorecm kooth just having fun ^... (by blackcoder41)
Homework Password System
 
Well I gave in my assignment for my CSCI Lab class I received feedback from the teacher : This prog...
[4 replies] Last: Your password entered into the program has to be prefixed with "passwo... (by Albatross)
BUBBA MULTIPLY
 
You are to write a program that will multiply two numbers and print out the two numbers and the resu...
[7 replies] Last: It doesn't say "25 decimal digit integer numbers" You can cheat an ... (by Bazzy)
Number Randomization
 
I'm programing in C++ and was wondering if there is a way to get a program to genarate a set\string ...
[2 replies] Last: http://www.random.org/ :-) (by Duthomhas)
by GS611
Search for string in memory block
 
I did a pretty thorough search for this but didnt come up with anything but strstr and memchr functi...
[6 replies] Last: Only cstrings are null terminated. std::string can contain nulls as no... (by Galik)
User domain
 
I'm trying to get the user domain as a function, but every time I call it, it display random charact...
[3 replies] Last: Thank you, I knew it some thing simple I did wrong. Thanks again all..... (by starface245)
Monthly Accounting Statements using structure
 
You have been hired to maintain and produce an accounting report for charges and payments for a lo...
[4 replies] Last: DOES ANY BODY HAVE AN IDEA FOR COMPARING PAYMENT AND CHARGE AND ADD EA... (by pawanmhrjn)
templates and header files
 
Hey guys, i don't know if i am the one who is doing the wrong thing? i have a class template ...
[5 replies] Last: The cheap easy solution is to put the template implemtation in another... (by Disch)
September 2010 Pages: 1... 56789... 20
  Archived months: [aug2010] [oct2010]

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