Search:

Type: Posts; User: userxbw

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Forced writing

    by userxbw
    Replies
    2
    Views
    5,497

    I think it would fall into the piratical joke...

    I think it would fall into the piratical joke section.
  2. whatever.... never said I knew everything, that...

    whatever.... never said I knew everything, that was your ill guided mind thinking



    technicalities, cheep shot.
    ..

    yep
  3. Replies
    42
    Views
    12,739

    yeah just a bunch of "raw data" and text. I...

    yeah just a bunch of "raw data" and text. I thought I was doing something wrong until I cat the file. Normally one could do something like this.but WE have no real idea of the format in the file

    ...
  4. Replies
    42
    Views
    12,739

    from that other program I used it is not a valid...

    from that other program I used it is not a valid tcpdump file, and still if binary one still needs to know what order to get the information. Yes/?/
  5. Replies
    42
    Views
    12,739

    Linux tcp dump file. $ sudo tcpdump -c 3 -w...

    Linux tcp dump file.


    $ sudo tcpdump -c 3 -w dumpTCP -i wlan0
    tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 262144 bytes
    3 packets captured
    272 packets received by...
  6. I have no idea how it works under the hood. I...

    I have no idea how it works under the hood. I only know it is now acting like a 1d array because one no longer has to reference both whatever them [ ] <<--- are called.




    #include <iostream>...
  7. appearances can be deceiving. :D :D

    appearances can be deceiving. :D :D
  8. Replies
    42
    Views
    12,739

    you need to know what you're looking for in the...

    you need to know what you're looking for in the order you're looking for it so you can scan it in the same order using the proper data types to get it.
    or using delimiter strtok to find key words...
  9. yeah < > I had to switch gears, #include...

    yeah < > I had to switch gears,


    #include <iostream>
    #include <vector>

    using namespace std;

    int main()
    {
  10. ...........

    ...........
  11. Replies
    42
    Views
    12,739

    yeah, and I am getting major warnings for your...

    yeah, and I am getting major warnings for your pointers , and what is the k++ for???
    just take out the rewind, I was fiddling with it and forgot that one.
  12. Replies
    42
    Views
    12,739

    I do not know what your dumpfile looks like...

    I do not know what your dumpfile looks like inside of it but make this chagnce to see what you're getting. you where trying to print out str when it has nothing in it.


    printf("\nftell: %d\n",...
  13. while does this 2d char array (almost) work in C , but not even close in C++?

    printing out a 2d char array, In C++ it just wacks the hell out of it, and comes up with its own abbreviations for what is in the array, and in C it chops off part of the last word in the first...
  14. Replies
    2
    Views
    3,491

    to get rid of the zero array? you mean the...

    to get rid of the zero array? you mean the element? just do not use it. start with 1 instead.

    {keyboard broke, no w got a vv instead?)

    first think of what information you need for a store to...
  15. Replies
    7
    Views
    24,102

    .....

    .....
  16. Thread: Task 7.4, help

    by userxbw
    Replies
    5
    Views
    4,278

    I;ve always an into issues using direct...

    I;ve always an into issues using direct assignment of a char array. let e go check that over and give it a try, ( again) scanf is not one of my favorite functions. before time runs out to fix it in...
  17. Thread: Task 7.4, help

    by userxbw
    Replies
    5
    Views
    4,278

    #include #include /* *...

    #include <stdio.h>
    #include <stdlib.h>

    /*
    * 1. Declare a structure which contains minimum two elements
    * 2. in main function declair a local variable of the structure
    * 3. read in the...
  18. it does not really have anything to do with code...

    it does not really have anything to do with code blocks, code blocks is just a platform to write your code in and it gives you a button to "push" to make compiling your code a little easier. You just...
  19. Replies
    22
    Views
    12,306

    Take a good hard look at how fscanf is being used...

    Take a good hard look at how fscanf is being used without the 'file' included in it.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    struct storagemanipulation
    {
    char...
  20. Replies
    6
    Views
    8,207

    you know that really takes the fun out of...

    you know that really takes the fun out of hacking, and mods to the game. Look at doom and its other games. you could even set it up for long term to write another package one needs so they can hack...
  21. Replies
    9
    Views
    6,537

    C Language Keywords...

    C Language Keywords
  22. Replies
    9
    Views
    6,537

    that is what is called pseudo code. Used to give...

    that is what is called pseudo code. Used to give the other an idea of what is to be written for a loop in this case to work, what you make the do something be is entirely up to the programmer.


    ...
  23. Replies
    22
    Views
    12,306

    if you take a good look at this you may see what...

    if you take a good look at this you may see what LaserLight is speaking about in the usage of fscanf it has a specif set of rules that the format of the function in the parameters of the function for...
  24. Replies
    22
    Views
    13,444

    spoon feeding, hum, that was spoon feeding, it is...

    spoon feeding, hum, that was spoon feeding, it is not always wrong to just give someone the answer, I've seen others in here doing it including you. That too is a form of learning. just showing...
  25. Replies
    7
    Views
    24,102

    I found this, it might help, I have not read it. ...

    I found this, it might help, I have not read it.

    Multiple consoles for a single application - CodeProject
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4