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 hack moodle tests so that it could autofill the multiple ch...
[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. Interestingly, I am thinking of updating my skills in C++ deve...
[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 am having a few problems with my OpenGL Texture Class. Al...
[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 common among n sequences of integers, where 1 < n < 1000". I...
[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; }; template<class T=DateTime, class D=Bar> : public ChunkO...
[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 that LAPACK is not capable of dealing with sparse matrices in a...
[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 and error list are attached. I found there is error in creati...
[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 output of that program is always..."Files Not Found!' ..is ther...
[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 pictures at an event (such as a wedding) and you wanted rena...
[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, we havent covered anything in class on how to access the inte...
[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 with my program. it compiles, builds, and runs but when I en...
[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 program only works if the user's password begins with the string...
[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 results.. Your program should handle up to 25 digit integer num...
[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 of random numbers? If you can then please tell me how or a a...
[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 functions. I am trying to search for a 4 byte string in a memory ...
[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 characters instead of the user domain name. If I put everything as...
[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 local retail store. You are to set up a record for each costu...
[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 defined in a header file and its definition on a .cpp file ...
[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.